aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread/StaticResetEvent.zig
AgeCommit message (Expand)Author
2022-02-27std: rename `sched_yield` to `yield` and move it to `std.Thread`David John
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
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-30changes to accomodate std.Thread updatekprotty
2021-06-21fix code broken from previous commitJacob G-W
2021-05-31std.sync.atomic: extended atomic helper functions (#8866)protty
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley
2021-02-28std: Swap arguments in Thread.spawnLemonBoy
2021-01-14std.Thread.StaticResetEvent: call spinLoopHint appropriatelyAndrew Kelley
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley