aboutsummaryrefslogtreecommitdiff
path: root/lib/std/reset_event.zig
AgeCommit message (Expand)Author
2020-11-19std: Disable _only_ the flaky part of the ResetEvent testLemonBoy
2020-11-19tfw you can't even disable a test without getting the logic wrongAndrew Kelley
2020-11-17disable the flaky ResetEvent testAndrew Kelley
2020-11-10"ResetEvent" test seems to have a too short timeout: the test is failing rand...Sébastien Marie
2020-11-10openbsd: mutex or cond destroy function could return EINVALSébastien Marie
2020-11-09std.ResetEvent: disable flaky test on WindowsAndrew Kelley
2020-11-06std.ResetEvent: disable flaky test on macOSAndrew Kelley
2020-11-06Fix std.ResetEvent.timedWait on darwin/macOS. (#6914)Jeremy Huffman
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-24(breaking) std.time fixups and API changesAndrew Kelley
2020-05-02std.event.Loop: promote the fs thread to be available for all OS'sAndrew Kelley
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