summaryrefslogtreecommitdiff
path: root/src/vm/threads.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-01Fix build errors when TRACK_SYNC is defined (#13122)Jonghyun Park1-2/+2
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-19/+19
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-16/+0
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins1-0/+29
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka1-1/+1
2017-04-11Remove GetHandleTableForHandle and add CreateDuplicateHandle.Aditya Mandaleeka1-2/+1
2017-04-10Fix contract to allow call into GarbageCollect() to throw (#10856)Koundinya Veluri1-1/+1
2017-04-07Merge pull request #10757 from adityamandaleeka/handle_table_local_gc_initAditya Mandaleeka1-3/+7
2017-04-07Add creation of special handle types to IGCHandleTable.Aditya Mandaleeka1-3/+7
2017-04-01[Local GC] Remove static fields from GC interface (#10566)Sean Gillespie1-8/+21
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-2/+2
2017-03-27Add heuristic to trigger GC to finalize dead threads and clean up han… (#10...Koundinya Veluri1-49/+208
2017-03-13Merge pull request #10153 from adityamandaleeka/remove_stress_threadAditya Mandaleeka1-4/+0