aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread.zig
AgeCommit message (Expand)Author
2021-03-12make std.c.getErrno() return same type as _errno() aka c_intSébastien Marie
2021-02-28std: Swap arguments in Thread.spawnLemonBoy
2021-02-25haiku: minor fixupsAndrew Kelley
2021-02-25initial support for haiku sync updateAl Hoang
2021-02-24zig fmt the std libAndrew Kelley
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-14std.Thread: avoid compile errors for single-threaded OS'sAndrew Kelley
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley