aboutsummaryrefslogtreecommitdiff
path: root/lib/std/parker.zig
AgeCommit message (Expand)Author
2019-11-26replace ThreadParker with ResetEvent + WordLock mutexkprotty
2019-11-08fixups and zig fmtAndrew Kelley
2019-11-07cleanup getEventHandlekprotty
2019-11-07handle NtCreateKeyedEvent failure by spinning to ensure correctnesskprotty
2019-11-07remove WaitOnAddress backend in std.ThreadParkerkprotty
2019-11-07lock the mutex on pthread_cond_signal()kprotty
2019-11-06skip std.ThreadParker test on single-threadedkprotty
2019-11-05Adaptive Mutex:kprotty
2019-11-05ThreadParker implementationkprotty