summaryrefslogtreecommitdiff
path: root/src/vm/threads.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-13Remove STRESS_THREAD.Aditya Mandaleeka1-4/+0
2017-03-07Remove TRACK_CXX_EXCEPTION_CODE_HACK and related code. (#10018)Aditya Mandaleeka1-4/+0
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park1-3/+3
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-388/+13
2017-02-15Remove never defined FEATURE_UEF_CHAINMANAGERdanmosemsft1-12/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-416/+0
2017-02-14Remove never defined FEATURE_LEAK_CULTURE_INFOdanmosemsft1-43/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-837/+0
2017-02-12Remove dead appdomainhelper* filesdanmosemsft1-1/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-3/+0
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-1/+0
2017-02-12Remove always defined FEATURE_SYNCHRONIZATIONCONTEXT_WAITdanmosemsft1-4/+0
2017-02-10Revert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"danmosemsft1-0/+6
2017-02-10Remove always defined FEATURE_CORRUPTING_EXCEPTIONSdanmosemsft1-6/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-356/+0
2017-01-30Fix Thread constructor with stack size argument (#9186)Koundinya Veluri1-6/+29
2017-01-24[x86/Linux] Port CheckRegDisplaySP (#9081)Jonghyun Park1-2/+2
2017-01-13Remove invalid asserts in threads.cpp, DoAppropriateWaitWorker(int, ...)Koundinya Veluri1-8/+0
2017-01-13Enable thread interrupt in finally blocksKoundinya Veluri1-7/+4
2016-11-29Updates m_LastRedirectIP and m_SpinCount only for non-Unix platforms (#8386)Jonghyun Park1-0/+2
2016-10-12Return false from IsMarshalByRefImpl/IsContextfulImpl when remoting is not su...Jan Kotas1-91/+20
2016-10-07Fixed #7519 - Dotnet crashes while saturating multiple CPU groups on Windowsvkvenkat1-1/+1