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
Age
Commit message (
Expand
)
Author
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-04-27
std: replace usage of std.meta.bitCount() with @bitSizeOf()
Isaac Freund
2022-04-26
std.Thread: ResetEvent improvements (#11523)
protty
2022-04-23
std.Thread: Mutex and Condition improvements (#11497)
protty
2022-04-19
std.Thread.Futex improvements (#11464)
protty
2022-04-08
std: add Thread.Condition.timedWait (#11352)
cryptocode
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-02-27
std: rename `sched_yield` to `yield` and move it to `std.Thread`
David John
2022-02-08
update RwLock to use static initialization (#10838)
billzez
2022-01-29
std: add test for Thread.Semaphore
naeu
2022-01-29
std: add test for Thread.Condition
naeu
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-11-25
libstd: fix bug in std.Thread.Futex selecting incorrect default macOS version
Jakub Konka
2021-11-09
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-30
Add a panic handler to give better errors for crashes in sema
Martin Wickham
2021-09-20
Fix compile error in WindowsCondition.wait()
Travis Martin
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-08-13
Fix darwin ulock usage on macOS (#9545)
Thom Chiovoloni
2021-06-30
zig fmt
kprotty
2021-06-30
std.Thread: more cleanup & testing
kprotty
2021-06-30
std.Thread: more fixes
kprotty
2021-06-30
std.Thread: fix futex test + thread errors
kprotty
2021-06-30
std.Thread: fix futex thread spawning
kprotty
2021-06-30
std.Thread: even more typo fixes
kprotty
2021-06-30
std.Thread: fix some typos
kprotty
2021-06-30
changes to accomodate std.Thread update
kprotty
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-13
format zig files and add formatting check to ci
jacob gw
2021-06-12
std.Thread.Futex addition (#9070)
protty
2021-05-31
std.sync.atomic: extended atomic helper functions (#8866)
protty
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-02-28
std: Swap arguments in Thread.spawn
LemonBoy
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-02-23
std.Thread.Semaphore: Fix wrong variable name
johnLate
2021-02-01
Fixes for std.Thread.Condition (#7883)
Vincent Rischmann
2021-01-14
fix namespace of kernel32 function calls
Andrew Kelley
2021-01-14
std.Thread.StaticResetEvent: call spinLoopHint appropriately
Andrew Kelley
2021-01-14
std.Thread.Mutex: restore the "Held" API
Andrew Kelley
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley