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
2022-07-04
std.Thread: fix mutable ref of temporary
Andrew Kelley
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-17
std.Thread: insert a missing `@alignCast`
Andrew Kelley
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-04-26
std.Thread: ResetEvent improvements (#11523)
protty
2022-04-23
std.Thread: Mutex and Condition improvements (#11497)
protty
2022-02-27
std: rename `sched_yield` to `yield` and move it to `std.Thread`
David John
2022-02-26
fix typo on Thread's getHandle docs
Endel Dreyer
2022-02-15
Merge pull request #10003 from viriuwu/nt-thread-name
Veikka Tuominen
2022-02-15
std.Thread(windows): use NT internals for name fns
viri
2022-02-08
update RwLock to use static initialization (#10838)
billzez
2022-01-29
fs: Use `OpenMode` enum instead of read/write flags.
Sage Hane
2022-01-11
Fix a bug in std.Thread.Condition and add a basic Condition test. (#10538)
afranchuk
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-03
Merge pull request #9910 from mikdusan/dragonfly
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-15
updates for haiku stdc
Al Hoang
2021-10-10
SPARCv9: Fix freeAndExit implementation
Koakuma
2021-10-09
housekeeping: return error.Unsupported
Michael Dusan
2021-10-09
dragonfly: port std.Thread.setname/getname
Michael Dusan
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-01
std.os reorg: regression fixes to stack_t, and std.Thread
Andrew Kelley
2021-09-01
std.os reorg: more fixes caught by CI
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-08-29
zig fmt: respect trailing commas in inline assembly
jdmichaud
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
[next]