aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread/Condition.zig
AgeCommit message (Expand)Author
2022-11-01Fix variable name in documentation sample (#13391)mnordine
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-04-23std.Thread: Mutex and Condition improvements (#11497)protty
2022-04-08std: add Thread.Condition.timedWait (#11352)cryptocode
2022-01-29std: add test for Thread.Conditionnaeu
2022-01-11Fix a bug in std.Thread.Condition and add a basic Condition test. (#10538)afranchuk
2021-11-09std.Thread.Mutex: change API to lock() and unlock()Andrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-20Fix compile error in WindowsCondition.wait()Travis Martin
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-05-31std.sync.atomic: extended atomic helper functions (#8866)protty
2021-02-01Fixes for std.Thread.Condition (#7883)Vincent Rischmann
2021-01-14fix namespace of kernel32 function callsAndrew Kelley
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley