summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Threading
AgeCommit message (Expand)AuthorFilesLines
2019-04-02Nullable: Interlocked, Volatile (#23655)Stephen Toub2-10/+11
2019-04-02Merge remote-tracking branch 'dotnet/master' into merge-master-nullableSantiago Fernandez Madero1-56/+93
2019-04-01Nullable: AsyncLocal (#23618)Stephen Toub4-54/+55
2019-04-01Nullable: WaitHandles (#23604)Stephen Toub9-50/+57
2019-04-01Nullable: SemaphoreSlim (#23628)Stephen Toub1-26/+27
2019-04-01Nullable: ExecutionContext (#23611)Stephen Toub2-37/+46
2019-04-01Fix build break due to nullable PR conflicts (#23641)Stephen Toub2-3/+3
2019-04-01Nullable: ThreadLocal (#23626)Stephen Toub1-38/+43
2019-04-01Nullable: Lazy (#23639)Stephen Toub2-9/+11
2019-04-01Nullable: SpinWait/Lock (#23613)Stephen Toub2-0/+2
2019-04-01Nullable: CancellationToken (#23609)Stephen Toub3-42/+58
2019-04-01Nullable: ManualResetEventSlim (#23630)Stephen Toub1-8/+11
2019-04-01Nullable: SynchronizationContext (#23634)Stephen Toub2-4/+6
2019-04-01Nullable: ThreadPool (#23600)Stephen Toub1-53/+57
2019-03-29Change Timer implementation on Unixes to use only one scheduling thread (#7071)Koundinya Veluri1-56/+93
2019-03-24typo: Double word "that" (dotnet/corefx#36269)Nick Schonning2-2/+2
2019-03-09Add stack depth check to all Task continuations (#23152)Stephen Toub2-90/+18
2019-03-03Mirror changes from dotnet/corert (#22985)Dotnet-GitSync-Bot2-0/+116
2019-03-02Move more Thread logic to shared partition (#22935)Marek Safar4-14/+42
2019-02-28Fix CoreRT build breakJan Kotas1-1/+1
2019-02-27Address PR feedback (clean up style in Thread.CoreCLR.cs)Stephen Toub2-21/+21
2019-02-27Fix Thread-related breaking changesStephen Toub2-21/+21
2019-02-27Fix WaitTimeout breaking change (#22881)Stephen Toub1-1/+1
2019-02-26Move Thread to shared CoreLib (#22744)Filip Navara14-157/+36
2019-02-25Move WaitHandle to shared CoreLib (#22634)Filip Navara3-3/+440
2019-02-20Move Thread to shared CoreLib (dotnet/corefx#35462)Filip Navara4-0/+537
2019-02-20Reduce struct copy by 1 in ValueTask.GetAwaiter (#22738)Ben Adams1-2/+2
2019-02-20Use ThrowHelper in ManualResetValueTaskSourceCore (#22714)Stephen Toub1-8/+5
2019-02-20Allow Task.WaitAny completion to run synchronously (#21245)Ben Adams2-10/+23
2019-02-20Fix race condition in ManualResetValueTaskSourceCore (#22711)Stephen Toub1-1/+1
2019-02-19Use RunContinuationsAsynchronously in SemaphoreSlim.WaitAsync (#22686)Stephen Toub1-8/+2
2019-02-14Move FrameworkEventSource to shared partition (#22507)Marek Safar1-2/+2
2019-02-13Replace Win32Native.cs with Interop files (#22540)Stephen Toub1-1/+0
2019-02-11Move Volatile to shared (#22523)Stephen Toub1-0/+230
2019-02-04Move SynchronizationContext to shared partition (#22389)Marek Safar1-0/+64
2019-02-02Avoid delegate/work item allocations when setting async continuation (#22373)Stephen Toub1-3/+11
2019-02-01Remove stale warning 420 pragmas (#22352)Stephen Toub5-14/+0
2019-01-29Recover some of the size lost with AsyncMethodBuilder/Task unification (#6913)Michal Strehovský2-7/+12
2019-01-27Keep CoreCLR-specific temporary hack under ifdefJan Kotas1-2/+6
2019-01-27Shrink Task.Delay when used without cancellation (#22233)Ben Adams1-52/+58
2019-01-27Remove several uses of VoidTaskResult (#22238)Stephen Toub5-219/+163
2019-01-27Move Timer to shared CoreLib partition. (#22231)Filip Navara2-0/+867
2019-01-25Reduce Task's static ctor dependencies (#22172)Marek Safar1-40/+22
2019-01-25Cancel CTS immediately if delay is zero. (#18098)Elliot Prior1-7/+17
2019-01-24Fix argument checks in ThreadPool.RegisterWaitForSingleObject. (#6887) (#22196)Dotnet-GitSync-Bot1-2/+6
2019-01-24Rename TplEtwProvider to TplEventSource (#22194)Jan Kotas4-54/+54
2019-01-24Move TaskContinuation to shared partition (#22167)Marek Safar2-8/+871
2019-01-24Move IOCompletionCallback to shared partition (dotnet/corert#6875)Marek Safar1-0/+9
2019-01-23Implement IAsyncDisposable.ConfigureAwait (#22160)Stephen Toub1-0/+7
2019-01-23Move common ThreadPool code to shared CoreLib partition. (#22115)Filip Navara1-0/+1250