summaryrefslogtreecommitdiff
path: root/src/vm/threads.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas1-6/+0
2019-04-09Remove Unix CPU groups emulationJan Vorlicek1-2/+6
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-328/+9
2019-03-06Cleanup old code (#23053)Steve MacLean1-39/+24
2019-03-05Remove dead AppDomain unload code (#23026)Steve MacLean1-10/+8
2019-03-05Remove dead ContainToAppDomain (#23021)Steve MacLean1-119/+6
2019-03-01Implement Serialization GuardMorgan Brown1-0/+33
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-27/+0
2019-02-14Gnuport cleanup 3 (#22581)Sinan Kaya1-1/+1
2019-02-09Move eventpipe buffer to TLS (#21817)Sung Yoon Whang1-22/+0
2019-02-07Cleanup LLVM assumption (#22456)Sinan Kaya1-3/+3
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-226/+11
2019-01-23Remove unused thread abortion methods. (#22147)Filip Navara1-11/+3
2019-01-04Delete unused fFullReset argument (#21814)Jan Kotas1-31/+1
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas1-333/+23
2018-12-29Move CultureInfo to shared CoreLib (#21672)Filip Navara1-2/+2
2018-12-26desktop port (#21523)Maoni Stephens1-2/+2
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas1-2/+1
2018-12-10Delete vm/context.* (#21459)Jan Kotas1-282/+14
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-7/+0
2018-11-30Remove dead codeSteve MacLean1-151/+1
2018-11-16Fix unloadability races (#21024)Jan Vorlicek1-70/+24
2018-11-15Delete HAS_FLS_SUPPORT and related code (#21035)Jan Kotas1-539/+18
2018-11-06Completed the lock reversal workAndrew Au1-13/+1
2018-11-06Firing the GC events within the thread suspensionAndrew Au1-1/+13
2018-10-26Remove some dead code related to cross-appdomain exceptions. (#20634)Austin Wise1-39/+0
2018-10-16Remove per-AppDomain TLB (#20423)Jan Vorlicek1-35/+8
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise1-14/+0
2018-10-04Enable thread statics for collectible classes (#19944)Jan Vorlicek1-0/+22
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-347/+6
2018-06-28Typo (#18684)John Doe1-1/+1
2018-06-09Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)Jan Kotas1-3/+0
2018-05-30Fix Managed Thread Name SettingVance Morrison1-1/+2
2018-05-30Improve the labeling of .NET Threads. (#18193)Vance Morrison1-1/+5
2018-04-19GCStress: try to reduce races and tolerate races better (#17330)Andy Ayers1-2/+2
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas1-1/+1
2018-03-24Delete unused files from src/inc (#17186)Jan Kotas1-1/+0
2018-02-26Fixed mixed mode attach/JIT debugging. (#16552)Mike McLaughlin1-4/+13
2018-02-14Implement WaitHandle.SignalAndWait on Unix (#16383)Koundinya Veluri1-2/+0
2018-01-29Add ActivityId Support to EventPipe (#16055)Brian Robbins1-0/+1
2017-12-08Fix uaf in DestroyThread function. (#15437)Konstantin Baladurin1-6/+6
2017-11-27Improve Monitor scaling (#14216)Koundinya Veluri1-8/+8
2017-11-18Delete unused Thread::YieldTask (#15091)Jan Kotas1-19/+0
2017-10-31Clean up YieldProcessorNormalized (#14739)Koundinya Veluri1-104/+1
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-346/+10
2017-09-19Move initialization of YieldProcessorNormalized to the finalizer thread (#14058)Koundinya Veluri1-14/+33
2017-09-08Change lock used for initializing YieldProcessorNormalized from Crst to CrstS...Koundinya Veluri1-1/+3
2017-09-01Add normalized equivalent of YieldProcessor, retune some spin loops (#13670)Koundinya Veluri1-0/+84
2017-08-14Added SetThreadDescription to set the unmanaged thread name (#12593)Alois-xx1-1/+2
2017-08-02PAL enable Thread affinity support (#12936)Steve MacLean1-6/+0