aboutsummaryrefslogtreecommitdiff
path: root/lib/std/reset_event.zig
AgeCommit message (Expand)Author
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-01-31NTSTATUS is a non-exhaustive enumdaurnimator
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-22typo fixkprotty
2019-12-22ResetEvent: broadcast by defaultkprotty
2019-12-17SpinLock: loopHint & yield distinctionkprotty
2019-12-17ResetEvent: use futex on linux when possiblekprotty
2019-12-17ResetEvent: simpler interface + fix testskprotty
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-10Remove misplaced dotRobin Voetter
2019-11-26remove wait timeout test caseskprotty
2019-11-26ResetEvent: get abstime based on std.timekprotty
2019-11-26fix ResetEvent windows bugskprotty
2019-11-26Definition fixups & ResetEvent test caseskprotty
2019-11-26Start on ResetEventkprotty