summaryrefslogtreecommitdiff
path: root/src/vm/win32threadpool.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-20Fix eventpipe filtering (#25221)Sung Yoon Whang1-3/+3
2019-05-21Delete Unsafe redefinitions of Windows APIs (#24688)Jan Kotas1-2/+2
2019-04-26Typos (#24280)John Doe1-1/+1
2019-04-19Implement APIs for some threading metrics (CoreCLR) (#24113)Koundinya Veluri1-1/+23
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas1-6/+1
2019-04-10Fix RecycledLists size on UnixJan Vorlicek1-2/+2
2019-04-09Remove Unix CPU groups emulationJan Vorlicek1-10/+10
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-4/+1
2019-03-05Remove dead AppDomain unload code (#23026)Steve MacLean1-16/+9
2019-02-25Remove support for ICLRExecutionManager and pause/resume code for waits (#22834)Filip Navara1-13/+0
2019-02-18Remove resetting of unmanaged thread locale from thread pool APIs (#22682)Jan Kotas1-8/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-35/+0
2019-01-04Delete unused fFullReset argument (#21814)Jan Kotas1-3/+3
2018-06-09Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)Jan Kotas1-4/+4
2018-05-30Improve the labeling of .NET Threads. (#18193)Vance Morrison1-4/+8
2018-05-24Fix a variety of typos (#18096)John Doe1-1/+1
2017-11-04Limit min threads in thread pool to 1 (#14864)Koundinya Veluri1-2/+2
2017-10-18Fix hill climbing float overflow (#14505)Koundinya Veluri1-0/+2
2017-10-16Reduce Timer lock contentionStephen Toub1-8/+3
2017-09-22Improve thread pool worker thread's spinning for work (#13921)Koundinya Veluri1-62/+57
2017-08-14Added SetThreadDescription to set the unmanaged thread name (#12593)Alois-xx1-2/+2
2017-08-01[Arm64] Adjust alignment for 128 byte cache line (#12801)Steve MacLean1-7/+7
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-1/+1
2017-04-26Fix timer callback time drift (#11220)Koundinya Veluri1-5/+20
2017-04-10Fix some static methods on ThreadPool to wait for initialization (#10869)Koundinya Veluri1-141/+59
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park1-9/+9
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-95/+1
2017-03-02Remove CLRThreadpoolHosted as it always returns false. (#9899)Austin Wise1-15/+6
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-213/+0
2016-12-01fix permissive C++ code (MSVC /permissive-) (#8337)Phil Christensen1-1/+3
2016-11-22Fix ThreadPool.SetMaxThreads to not allow having zero available threads (#8256)Koundinya Veluri1-1/+3
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-7/+7
2016-08-15Merge pull request #6516 from benaadams/WorkerThreadStartKoundinya Veluri1-26/+55
2016-08-11Fix unreachable code warnings with MSVC++ 18.10Jan Kotas1-3/+0
2016-08-10Fix MemoryBarrierBen Adams1-3/+3
2016-08-10Insert MemoryBarrier revert ComthreadpoolBen Adams1-2/+2
2016-08-09PR feedbackBen Adams1-4/+2
2016-08-09Align to reduce false sharingBen Adams1-12/+22
2016-08-09Adjust fences and add paddingBen Adams1-6/+10
2016-08-09GetCleanCounts to Volatile read on x64Ben Adams1-15/+19
2016-08-09WorkerThreadStart volatile read+cmpxchg loopBen Adams1-10/+23
2016-08-02Expose ThreadPool_UnfairSemaphoreSpinLimit configLukasz Tomczyk1-1/+2
2016-05-06enable affinity and numa for GC and some bug fixesMaoni01-1/+1
2016-04-20Cast function pointer to void*Kamil Rytarowski1-2/+2
2016-03-30Fix R2R fixups for delegate ctorsJan Kotas1-0/+2
2016-03-25Add new configuration mechanism for CoreCLR.Aditya Mandaleeka1-7/+18
2016-01-27Update license headersdotnet-bot1-4/+3
2015-08-20Use volatile stores for values read by DACJan Kotas1-1/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+5597