summaryrefslogtreecommitdiff
path: root/src/vm/comsynchronizable.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-20Fix eventpipe filtering (#25221)Sung Yoon Whang1-2/+2
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-3/+3
2019-03-01Implement Serialization GuardMorgan Brown1-0/+23
2019-02-25Remove support for ICLRExecutionManager and pause/resume code for waits (#22834)Filip Navara1-9/+1
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-9/+0
2019-01-23Remove unused thread abortion methods. (#22147)Filip Navara1-136/+0
2019-01-10Normalize a few more spin-wait loops (#21586)Koundinya Veluri1-2/+2
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas1-141/+0
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas1-68/+0
2018-11-16Fix unloadability races (#21024)Jan Vorlicek1-2/+2
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-14/+4
2018-08-01Expose OSThreadId and TimeStamp on EventWrittenEventArgs (#19002)Brian Robbins1-0/+21
2018-06-03Warnings cleanup (#18260)Robin Sue1-1/+0
2018-05-31Review feedbackVance Morrison1-1/+1
2018-05-31Review feedbackVance Morrison1-1/+1
2018-05-31Review feedbackVance Morrison1-1/+1
2018-05-31Fixed misspellingVance Morrison1-3/+3
2018-05-31Review feedback (avoid passing out unpinned managed pointers).Vance Morrison1-5/+11
2018-05-30Fix Managed Thread Name SettingVance Morrison1-2/+6
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas1-2/+0
2018-02-28Delete unnecesary StackCrawlMarks (#16648)Jan Kotas1-3/+3
2018-02-28Add Thread.GetCurrentProcessorId() API (#16650)Jan Kotas1-0/+7
2017-12-28Recognize STA\MTA Attribute For Main Function (#15652)Anirudh Agnihotry1-6/+3
2017-12-20Revert "Respect STA/MTAThread attributes (#15512)"Jan Kotas1-3/+6
2017-12-16Respect STA/MTAThread attributes (#15512)Anirudh Agnihotry1-6/+3
2017-10-31Clean up YieldProcessorNormalized (#14739)Koundinya Veluri1-6/+2
2017-09-19Move initialization of YieldProcessorNormalized to the finalizer thread (#14058)Koundinya Veluri1-6/+8
2017-09-01Add normalized equivalent of YieldProcessor, retune some spin loops (#13670)Koundinya Veluri1-7/+27
2017-08-14Added SetThreadDescription to set the unmanaged thread name (#12593)Alois-xx1-1/+14
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-06-13Partially remove relocations for ModuleSection (ZapVirtualSectionType). (#11853)Ruben Ayrapetyan1-1/+1
2017-03-27Add heuristic to trigger GC to finalize dead threads and clean up han… (#10...Koundinya Veluri1-12/+2
2017-03-25Add Interlocked.MemoryBarrierProcessWide (#10476)Jan Kotas1-10/+0
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park1-1/+1
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-193/+0
2017-02-14Remove never defined FEATURE_LEAK_CULTURE_INFOdanmosemsft1-52/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-14/+0
2017-02-12Remove dead appdomainhelper* filesdanmosemsft1-1/+0
2017-02-12Remove never defined FEATURE_COMPRESSEDSTACKdanmosemsft1-45/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-151/+0
2017-02-07Remove more CAS (#9390)Dan Moseley1-28/+5
2017-02-06CAS Security cleanup (#9355)Jan Kotas1-1/+0
2016-12-09[x86/Linux] Use Portable FastGetDomain (#8556)Jonghyun Park1-3/+3
2016-01-27Update license headersdotnet-bot1-4/+3
2015-09-04Remove thread affinity and critical region stuff for UnixJan Vorlicek1-1/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2243