aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread.zig
AgeCommit message (Expand)Author
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24Linux/SPARCv9: account for branch delay in freeAndExit()Koakuma
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-08-09Merge remote-tracking branch 'origin' into libc-wasi-testTakeshi Yoneda
2021-07-30Add freeAndExit() implementation for Linux/SPARCv9Koakuma
2021-07-29thread: implement setName/getNameVincent Rischmann
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-07-20stage2: miscellaneous fixes for the branchAndrew Kelley
2021-07-03zig fmtkprotty
2021-07-01std.Thread: move linux detach code to inline asmkprotty
2021-06-30zig fmtkprotty
2021-06-30std.Thread: non-zero child_tid to avoid racy join()kprotty
2021-06-30std.Thread: add CLONE_CHILD_SETTID to fix join()kprotty
2021-06-30std.Thread: fix tls 9386 linux typokprotty
2021-06-30std.Thread: more cleanup & testingkprotty
2021-06-30std.Thread: more fixeskprotty
2021-06-30std.Thread: fix posixkprotty
2021-06-30std.Thread: fix futex test + thread errorskprotty
2021-06-30std.Thread: more typo fixeskprotty
2021-06-30std.Thread: more fixeskprotty
2021-06-30std.Thread: typo fixes 2kprotty
2021-06-30std.Thread: uh more typo fixeskprotty
2021-06-30std.Thread: more compile error fixeskprotty
2021-06-30std.Thread: fix some typoskprotty
2021-06-30std.Thread: add tests + getCurrentId() returns ints when possiblekprotty
2021-06-30std.Thread: another typo fixkprotty
2021-06-30std.Thread: rewrite + extensionskprotty
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-12std.Thread.Futex addition (#9070)protty
2021-05-31std.sync.atomic: extended atomic helper functions (#8866)protty
2021-05-23overhaul elf csu (c-runtime startup) logicMichael Dusan
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
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