summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/src/System/Threading
AgeCommit message (Expand)AuthorFilesLines
2018-12-22Extracts public IThreadPoolWorkItem interface to shared CoreLib (#21653)Marek Safar1-6/+0
2018-12-22Move some Task related files to shared CoreLib partition (#21650)Jan Kotas7-4265/+0
2018-12-20Replace more of JitHelpers with S.R.CS.Unsafe (#21598)Jan Kotas1-3/+4
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas3-24/+3
2018-12-07Remove some unnecessary spinning (#21437)Stephen Toub1-15/+14
2018-12-06Fix CancellationTokenRegistration.Token after CTS.Dispose (#21394)Stephen Toub1-1/+10
2018-12-04Merge pull request #21356 from stephentoub/xmlcommentsStephen Toub8-93/+15
2018-12-04Delete dead code in Task<T>Stephen Toub1-70/+0
2018-12-04Fix lots of malformed XML commentsStephen Toub8-24/+16
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-1/+1
2018-12-02Store CurrentThread in ThreadStatic (#21328)Ben Adams1-11/+8
2018-11-29Defer Initialization of FrameworkEventSource During EventPipeController Initi...Brian Robbins1-1/+2
2018-11-28Queue ValueTaskAwaiter IAsyncStateMachineBox directly to ThreadPool (#21159)Ben Adams1-0/+30
2018-11-24Refactor AppDomain.IsAppXModel and a few other AppDomain methods (#21181)Jan Kotas1-2/+2
2018-11-20Expose generic UnsafeQueueUserWorkItem (#21125)Stephen Toub1-2/+1
2018-11-09Fast-path ExecutionContext for ThreadPool items (#20308)Ben Adams5-97/+101
2018-11-08Add work item dumping support to SOS' ThreadPool command (#20872)Stephen Toub1-6/+6
2018-11-07Improve DumpAsync SOS command (#20845)Stephen Toub1-2/+3
2018-10-26Add IAsyncDisposable implementation to Timer (#20646)Stephen Toub1-8/+85
2018-10-26Implement IAsyncDisposable on CancellationTokenRegistration (#20645)Stephen Toub2-2/+65
2018-10-26Remove some dead code related to cross-appdomain exceptions. (#20634)Austin Wise1-2/+0
2018-10-25Add ManualResetValueTaskSourceCoreStephen Toub1-0/+16
2018-10-25Fix comment Style (#20604)Thomas Schreiner1-46/+22
2018-10-22Remove several Timer-related allocations from CancellationTokenSource (#20509)Stephen Toub1-13/+13
2018-10-18Add public IThreadPoolWorkItem (#20387)Stephen Toub5-141/+140
2018-10-15Null out CancellationTokenSource._timer on Dispose/Cancel (#20410)Stephen Toub1-8/+26
2018-10-11Merge pull request #20343 from stephentoub/timereventVance Morrison1-1/+1
2018-10-10Add CancellationToken.UnsafeRegister (#20342)Stephen Toub2-7/+7
2018-10-10Add Timer duration/period to ThreadTransferSendObjStephen Toub1-1/+1
2018-10-09Reduce CPU consumption by Timer's FireNextTimers (#20302)Stephen Toub1-209/+267
2018-10-09Clear unnecessary state from completed Tasks (#20294)Stephen Toub1-2/+8
2018-09-27Avoid AwaitTaskContinuation allocation in some awaits (#20159)Stephen Toub1-1/+17
2018-09-27Fix CancellationTokenRegistration.Dispose racing with cancellation (#20145)Stephen Toub1-45/+79
2018-08-10Moved SpinLock.cs to shared (#19391)Anirudh Agnihotry1-650/+0
2018-08-10Moved to shared (#19399)Anirudh Agnihotry1-811/+0
2018-07-15Expose SpinWait.SpinOnce(int sleep1Threshold) overload (#18204)Koundinya Veluri1-1/+1
2018-07-11Remove TODO comment from CancellationTokenRegistration.Unregister (#18880)Stephen Toub1-1/+1
2018-07-09Moved ManualResetEventSlim to shared (#18799)Anirudh Agnihotry3-774/+4
2018-07-05Delete dead code (#18783)Jan Kotas3-55/+13
2018-06-29Change CancellationTokenRegistration.Unregister visibility from internal to p...Luqun Lou1-1/+1
2018-06-28Avoid capturing ExecutionContext into CancellationTokenSource's Timer (#18670)Stephen Toub3-9/+22
2018-06-27Moved SafeWaitHandle and cancellationToken to shared (#18662)Anirudh Agnihotry3-1286/+5
2018-06-24Simply type names in Corelib (#18623)Stephen Toub20-170/+170
2018-06-22Moved EventWaitHandle.cs to shared (#18612)Anirudh Agnihotry3-231/+1
2018-06-21Moved Semaphore.cs and Semaphore.Windows.cs to shared (#18597)Anirudh Agnihotry1-186/+0
2018-06-18Delete PinnableBufferCache (dotnet/corert#5950)Jan Kotas1-27/+1
2018-06-18Typo (#18520)John Doe1-1/+1
2018-06-11Standardize on PLATFORM_WINDOWS instead of PLATFORM_UNIX (#18411)Stephen Toub2-13/+13
2018-06-11Remove WinRTSynchronizationContextFactoryBase (#18385)Luqun Lou1-18/+13
2018-06-11Removed length restrictions on named synchronization primitives lengths on Wi...Anirudh Agnihotry2-22/+0