summaryrefslogtreecommitdiff
path: root/src/vm/win32threadpool.cpp
AgeCommit message (Expand)AuthorFilesLines
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