index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Thread.zig
Age
Commit message (
Expand
)
Author
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
Linux/SPARCv9: account for branch delay in freeAndExit()
Koakuma
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-08-09
Merge remote-tracking branch 'origin' into libc-wasi-test
Takeshi Yoneda
2021-07-30
Add freeAndExit() implementation for Linux/SPARCv9
Koakuma
2021-07-29
thread: implement setName/getName
Vincent Rischmann
2021-07-27
WASI,libc: enable tests.
Takeshi Yoneda
2021-07-20
stage2: miscellaneous fixes for the branch
Andrew Kelley
2021-07-03
zig fmt
kprotty
2021-07-01
std.Thread: move linux detach code to inline asm
kprotty
2021-06-30
zig fmt
kprotty
2021-06-30
std.Thread: non-zero child_tid to avoid racy join()
kprotty
2021-06-30
std.Thread: add CLONE_CHILD_SETTID to fix join()
kprotty
2021-06-30
std.Thread: fix tls 9386 linux typo
kprotty
2021-06-30
std.Thread: more cleanup & testing
kprotty
2021-06-30
std.Thread: more fixes
kprotty
2021-06-30
std.Thread: fix posix
kprotty
2021-06-30
std.Thread: fix futex test + thread errors
kprotty
2021-06-30
std.Thread: more typo fixes
kprotty
2021-06-30
std.Thread: more fixes
kprotty
2021-06-30
std.Thread: typo fixes 2
kprotty
2021-06-30
std.Thread: uh more typo fixes
kprotty
2021-06-30
std.Thread: more compile error fixes
kprotty
2021-06-30
std.Thread: fix some typos
kprotty
2021-06-30
std.Thread: add tests + getCurrentId() returns ints when possible
kprotty
2021-06-30
std.Thread: another typo fix
kprotty
2021-06-30
std.Thread: rewrite + extensions
kprotty
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-12
std.Thread.Futex addition (#9070)
protty
2021-05-31
std.sync.atomic: extended atomic helper functions (#8866)
protty
2021-05-23
overhaul elf csu (c-runtime startup) logic
Michael Dusan
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-03
std: Add fallback on pre-v6 ARM targets
LemonBoy
2021-05-03
std: Fix missing CPU feature check
LemonBoy
2021-04-30
std: Improve spinloop hint
LemonBoy
2021-04-26
Revert "thread: simplify and remove useless return in spawn (#8621)"
Andrew Kelley
2021-04-26
thread: simplify and remove useless return in spawn (#8621)
Vincent Rischmann
2021-04-25
std: Fix thread creation with field-less context type
LemonBoy
2021-03-12
make std.c.getErrno() return same type as _errno() aka c_int
Sébastien Marie
2021-02-28
std: Swap arguments in Thread.spawn
LemonBoy
2021-02-25
haiku: minor fixups
Andrew Kelley
2021-02-25
initial support for haiku sync update
Al Hoang
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-14
std.Thread: avoid compile errors for single-threaded OS's
Andrew Kelley
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley