summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/src/System/Threading
AgeCommit message (Expand)AuthorFilesLines
2019-07-28Fix nullability annotations for static (#25914)Stephen Toub1-2/+1
2019-06-26Tweak nullable attribute per API review (#25443)Stephen Toub1-2/+2
2019-06-19Address nullable feedback for S.T.Overlapped, S.Memory, S.R.InteropServices (...Santiago Fernandez Madero1-2/+2
2019-06-05Less work for OptimalMaxSpinWaitsPerSpinIteration fast-path (#21702)Ben Adams1-11/+13
2019-05-28Add and apply nullable attributes (#24679)Stephen Toub3-5/+10
2019-05-24Update BuildTools, CoreClr to preview4-04022-01, preview6-27721-71, respectiv...dotnet-maestro-bot2-3/+3
2019-05-23Fewer ilstubs in corelib from reflection apis (#24708)David Wrighton2-3/+3
2019-05-14Fix a contract violation in ThreadPool.get_CompletedWorkItemCount (#24535)Koundinya Veluri2-10/+9
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub17-17/+0
2019-04-27Nullable for Type class (#23489)buyaa-n1-2/+2
2019-04-23Fix handling of negative numbers in ThreadPool.SetMin/MaxThreads (#24163)Stephen Toub1-2/+8
2019-04-19Implement APIs for some threading metrics (CoreCLR) (#24113)Koundinya Veluri2-0/+39
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas1-6/+1
2019-04-10Move TimerQueue.TickCount Windows implementation to shared CoreLib (#23838)Filip Navara1-31/+0
2019-04-03Nullable: System.Threading.Tasks (#23691)Stephen Toub2-9/+3
2019-04-02Nullable: System.Threading (#23663)Stephen Toub3-26/+37
2019-04-02Nullable: Interlocked, Volatile (#23655)Stephen Toub1-6/+7
2019-04-02Nullable: Overlapped and friends (#23656)Stephen Toub6-39/+44
2019-04-01Nullable: WaitHandles (#23604)Stephen Toub2-3/+4
2019-04-01Nullable: Monitor (#23603)Stephen Toub1-2/+1
2019-04-01Nullable: SynchronizationContext (#23634)Stephen Toub2-9/+11
2019-04-01Nullable: ThreadPool (#23600)Stephen Toub1-6/+9
2019-03-03Mirror changes from dotnet/corert (#22985)Dotnet-GitSync-Bot1-2/+2
2019-03-02Move more Thread logic to shared partition (#22935)Marek Safar2-32/+4
2019-03-01Implement Serialization GuardMorgan Brown1-0/+4
2019-03-01Another small tweak to fix Thread behavioral difference (#22943)Stephen Toub1-1/+1
2019-02-28Fix GetApartmentState value on Unix to be Unknown (#22928)Stephen Toub1-2/+2
2019-02-27Address PR feedback (clean up style in Thread.CoreCLR.cs)Stephen Toub2-196/+136
2019-02-27Fix Thread-related breaking changesStephen Toub1-14/+11
2019-02-27Fix Thread.ExecutionContext breaking change (#22882)Stephen Toub1-2/+2
2019-02-26Move Thread to shared CoreLib (#22744)Filip Navara1-75/+295
2019-02-25Move WaitHandle to shared CoreLib (#22634)Filip Navara2-471/+41
2019-02-14Remove unnecessary fields from WaitHandle (#22593)Filip Navara1-43/+11
2019-02-13Replace Win32Native.cs with Interop files (#22540)Stephen Toub3-18/+9
2019-02-11Move Volatile to shared (#22523)Stephen Toub1-404/+0
2019-02-04Move SynchronizationContext to shared partition (#22389)Marek Safar4-227/+94
2019-01-27Move Timer to shared CoreLib partition. (#22231)Filip Navara2-957/+106
2019-01-24Rename TplEtwProvider to TplEventSource (#22194)Jan Kotas1-5/+5
2019-01-24Move TaskContinuation to shared partition (#22167)Marek Safar1-851/+0
2019-01-24IOCompletionCallback moved to shared partitionJan Kotas1-6/+0
2019-01-23Enable warnings-as-errors for System.Private.CoreLib (#22164)Stephen Toub2-2/+1
2019-01-23Move common ThreadPool code to shared CoreLib partition. (#22115)Filip Navara2-1595/+374
2019-01-23Move Task to shared partition (#22105)Marek Safar3-6702/+5
2019-01-21Move TplEtwProvider to shared partition (#22120)Marek Safar1-594/+0
2019-01-20Move Task factory type to shared partition (#22089)Marek Safar2-5177/+0
2019-01-19Fix CoreCLR build for changes in shared partitionJan Kotas5-164/+82
2019-01-18Move AsyncCausality to shared partition (#22062)Marek Safar1-53/+0
2019-01-14Fix TaskCompletionSource to avoid capturing ExecutionContext (#21981)Stephen Toub1-4/+4
2019-01-05(C#7) Use pattern matching `is` rather than `as` with null check (#21828)Ben Adams2-47/+28
2019-01-05Remove redundant unsafe contexts (#21826)Ben Adams3-4/+4