summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Threading/ThreadPool.cs
AgeCommit message (Expand)AuthorFilesLines
2019-07-28Fix nullability annotations for static (#25914)Stephen Toub1-3/+3
2019-06-28Fix an assertion failure in the thread pool's QueueUserWorkItemCallbackBase (...Koundinya Veluri1-1/+2
2019-05-24Update BuildTools, CoreClr to preview4-04022-01, preview6-27721-71, respectiv...dotnet-maestro-bot1-4/+4
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub1-1/+0
2019-04-19Implement APIs for some threading metrics (CoreCLR) (#24113)Koundinya Veluri1-0/+53
2019-04-15Merge remote-tracking branch 'dotnet/master' into merge-master-nullableSantiago Fernandez Madero1-14/+3
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas1-14/+3
2019-04-12Nullable: System.Runtime.CompilerServices (#23886)Stephen Toub1-1/+1
2019-04-01Nullable: ExecutionContext (#23611)Stephen Toub1-2/+2
2019-04-01Nullable: ThreadPool (#23600)Stephen Toub1-53/+57
2019-03-02Move more Thread logic to shared partition (#22935)Marek Safar1-1/+1
2019-02-27Address PR feedback (clean up style in Thread.CoreCLR.cs)Stephen Toub1-1/+1
2019-02-27Fix Thread-related breaking changesStephen Toub1-1/+1
2019-02-26Move Thread to shared CoreLib (#22744)Filip Navara1-2/+0
2019-01-24Fix argument checks in ThreadPool.RegisterWaitForSingleObject. (#6887) (#22196)Dotnet-GitSync-Bot1-2/+6
2019-01-23Move common ThreadPool code to shared CoreLib partition. (#22115)Filip Navara1-0/+1250