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
/
Condition.zig
Age
Commit message (
Expand
)
Author
2025-10-31
std.os.windows: eliminate forwarder function in kernel32 (#25766)
qilme
2025-10-29
std.Io: implement dirStatPath
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2024-07-15
Better implementation of GetLastError. (#20623)
Lucas Santos
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-02-26
Change many test blocks to doctests/decltests
Ryan Liptak
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2023-11-22
rework std.atomic
Andrew Kelley
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-29
x86_64: fix compiler rt test failures
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-06-20
std: prevent random CI failures
Jacob Young
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-27
std: prevent the possibility of deadlocks in some threaded tests
Jacob Young
2023-04-18
std.Thread.Condition: optimize example
Erik Arvstedt
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-19
Mutex deadlock detection in debug
IntegratedQuantum
2022-11-27
stdlib: remove flaky test
Igor Anić
2022-11-26
disable spuriously failing std lib test case
Andrew Kelley
2022-11-21
stdlib: Thread.Condition wake only if signaled
Igor Anić
2022-11-17
stdlib: fix condition variable broadcast FutexImpl
Igor Anić
2022-11-01
Fix variable name in documentation sample (#13391)
mnordine
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-04-23
std.Thread: Mutex and Condition improvements (#11497)
protty
2022-04-08
std: add Thread.Condition.timedWait (#11352)
cryptocode
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-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-20
Fix compile error in WindowsCondition.wait()
Travis Martin
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-06-21
fix code broken from previous commit
Jacob G-W
2021-05-31
std.sync.atomic: extended atomic helper functions (#8866)
protty
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
organize std lib concurrency primitives and add RwLock
Andrew Kelley