summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Threading/ManualResetEventSlim.cs
AgeCommit message (Expand)AuthorFilesLines
2019-04-01Fix build break due to nullable PR conflicts (#23641)Stephen Toub1-2/+2
2019-04-01Nullable: ManualResetEventSlim (#23630)Stephen Toub1-8/+11
2019-01-02Replace string.Format(SR. with SR.Format(SR. (#21763)Stephen Toub1-2/+2
2018-12-30Don't Sleep(1) in some spin-wait loops (#21722)Koundinya Veluri1-2/+2
2018-10-10Add CancellationToken.UnsafeRegister (#20342)Stephen Toub1-1/+1
2018-09-14Fixed typo ‘defualt’ (#19955)Joseph Musser1-1/+1
2018-07-15Expose SpinWait.SpinOnce(int sleep1Threshold) overload (#18204)Koundinya Veluri1-1/+1
2018-07-09Moved ManualResetEventSlim to shared (#18799)Anirudh Agnihotry1-0/+759