aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread.zig
AgeCommit message (Expand)Author
2021-05-03std: Add fallback on pre-v6 ARM targetsLemonBoy
2021-05-03std: Fix missing CPU feature checkLemonBoy
2021-04-30std: Improve spinloop hintLemonBoy
2021-04-26Revert "thread: simplify and remove useless return in spawn (#8621)"Andrew Kelley
2021-04-26thread: simplify and remove useless return in spawn (#8621)Vincent Rischmann
2021-04-25std: Fix thread creation with field-less context typeLemonBoy
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