summaryrefslogtreecommitdiff
path: root/src/vm/threads.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-26Fixed mixed mode attach/JIT debugging. (#16552)Mike McLaughlin1-15/+0
2018-02-14Implement WaitHandle.SignalAndWait on Unix (#16383)Koundinya Veluri1-4/+0
2018-01-29Add ActivityId Support to EventPipe (#16055)Brian Robbins1-0/+18
2017-12-20Fix build error when using VS2015. (#15598)Brian Robbins1-1/+1
2017-11-18Delete unused Thread::YieldTask (#15091)Jan Kotas1-12/+2
2017-10-31Clean up YieldProcessorNormalized (#14739)Koundinya Veluri1-72/+0
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-32/+0
2017-09-19Move initialization of YieldProcessorNormalized to the finalizer thread (#14058)Koundinya Veluri1-65/+72
2017-09-08Change lock used for initializing YieldProcessorNormalized from Crst to CrstS...Koundinya Veluri1-0/+1
2017-09-01Add normalized equivalent of YieldProcessor, retune some spin loops (#13670)Koundinya Veluri1-0/+64
2017-08-14Added SetThreadDescription to set the unmanaged thread name (#12593)Alois-xx1-1/+1
2017-08-02PAL enable Thread affinity support (#12936)Steve MacLean1-2/+0
2017-08-01Fix build errors when TRACK_SYNC is defined (#13122)Jonghyun Park1-0/+2
2017-07-04Hide methods in IdDispenser (instead of using DacNotImpl) (#12624)Jonghyun Park1-14/+6
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-3/+3
2017-05-24Indicate if thread time events are in managed or native code. (#11892)Brian Robbins1-0/+21
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-57/+0
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins1-0/+38
2017-04-19[x86/Linux] Do NOT run GC on Transition (#11056)Jonghyun Park1-13/+12
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka1-1/+1
2017-04-07Merge pull request #10757 from adityamandaleeka/handle_table_local_gc_initAditya Mandaleeka1-0/+1
2017-04-05Move handle table stuff out of gcheaputilities.Aditya Mandaleeka1-0/+1
2017-04-01[Local GC] Remove static fields from GC interface (#10566)Sean Gillespie1-0/+1
2017-03-27Add heuristic to trigger GC to finalize dead threads and clean up han… (#10...Koundinya Veluri1-12/+48
2017-03-13Merge pull request #10153 from adityamandaleeka/remove_stress_threadAditya Mandaleeka1-6/+0
2017-03-13Remove STRESS_THREAD.Aditya Mandaleeka1-6/+0
2017-03-07Remove TRACK_CXX_EXCEPTION_CODE_HACK and related code. (#10018)Aditya Mandaleeka1-3/+0
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park1-5/+5
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-162/+2
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-3/+0
2017-02-14Remove never defined FEATURE_LEAK_CULTURE_INFOdanmosemsft1-5/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-84/+0
2017-02-12Remove never defined FEATURE_COMPRESSEDSTACKdanmosemsft1-16/+0
2017-02-12Remove always defined FEATURE_SYNCHRONIZATIONCONTEXT_WAITdanmosemsft1-6/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-116/+0
2017-02-10Hide VirtualUnwindXXX for DACESS_COMPILE (#9407)Jonghyun Park1-0/+2
2017-01-13Enable thread interrupt in finally blocksKoundinya Veluri1-7/+2
2017-01-11[ARM32/Linux] Fix cross-architecture build error: T_CONTEXT (#8888)Hyeongseok Oh1-2/+2
2016-11-30Fix mismatch between signature and implementation of ActivationFunctions (#8394)Jonghyun Park1-1/+1
2016-11-10Expose some things for ns2.0Koundinya Veluri1-2/+4
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-4/+4
2016-08-18Expose some threading type membersKoundinya Veluri1-4/+4
2016-08-05Implement GcInfo v2Swaroop Sridhar1-30/+34
2016-05-06enable affinity and numa for GC and some bug fixesMaoni01-2/+2
2016-04-13Collect the JIT's TLS variables in a single type.Pat Gavlin1-1/+1
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy1-1/+1
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-14Improve stack limit checking precisionJan Vorlicek1-1/+18
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-1/+27