aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread.zig
AgeCommit message (Expand)Author
2022-02-27std: rename `sched_yield` to `yield` and move it to `std.Thread`David John
2022-02-26fix typo on Thread's getHandle docsEndel Dreyer
2022-02-15Merge pull request #10003 from viriuwu/nt-thread-nameVeikka Tuominen
2022-02-15std.Thread(windows): use NT internals for name fnsviri
2022-02-08update RwLock to use static initialization (#10838)billzez
2022-01-29fs: Use `OpenMode` enum instead of read/write flags.Sage Hane
2022-01-11Fix a bug in std.Thread.Condition and add a basic Condition test. (#10538)afranchuk
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-03Merge pull request #9910 from mikdusan/dragonflyAndrew Kelley
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-15updates for haiku stdcAl Hoang
2021-10-10SPARCv9: Fix freeAndExit implementationKoakuma
2021-10-09housekeeping: return error.UnsupportedMichael Dusan
2021-10-09dragonfly: port std.Thread.setname/getnameMichael Dusan
2021-09-24Initial bringup of the Solaris/Illumos portStephen Gregoratto
2021-09-01std.os reorg: regression fixes to stack_t, and std.ThreadAndrew Kelley
2021-09-01std.os reorg: more fixes caught by CIAndrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
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