summaryrefslogtreecommitdiff
path: root/src/vm/threads.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-04Enable thread statics for collectible classes (#19944)Jan Vorlicek1-0/+4
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-44/+1
2018-07-10GS cookie check fix for debugger stackwalks portJuan Sebastian Hoyos Ayala1-0/+8
2018-06-07Use atomic ops in CommitGCStressInstructionUpdate()Steve MacLean1-5/+15
2018-05-31Fix HasPendingGCStressInstructionUpdate CONSISTENCY_CHECKSteve MacLean1-2/+3
2018-05-30Merge pull request #18173 from sdmaclea/PR-FIX-GCSTRESS-ASSERTIONBruce Forstall1-4/+4
2018-05-30Improve the labeling of .NET Threads. (#18193)Vance Morrison1-1/+1
2018-05-29Fix GCStress assertionSteve MacLean1-4/+4
2018-04-19GCStress: try to reduce races and tolerate races better (#17330)Andy Ayers1-4/+4
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-1/+1
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