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
/
Futex.zig
Age
Commit message (
Expand
)
Author
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-06-17
linux: futex v1 API cleanup
Pat Tullmann
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-01
std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create...
Chris Boesch
2024-11-27
std.Thread.Futex: Mark inline asm volatile in WasmImpl.
Alex Rønne Petersen
2024-10-04
remove `@fence` (#21585)
David Rubin
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-07-19
std.c reorganization
Andrew Kelley
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-20
bsd: followup to std.posix extraction from std.os
Michael Dusan
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-15
bsd: debitrot AtomicOrder renames
Michael Dusan
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2023-11-26
bsd: debitrot atomic and debug
Michael Dusan
2023-11-22
rework std.atomic
Andrew Kelley
2023-10-31
std/Thread: remove unnecessary `@ptrCast` (#17766)
XXIV
2023-06-26
std: implement `detach` for WASI-threads
Luuk de Gram
2023-06-26
std: implement `Futex` for WebAssembly
Luuk de Gram
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
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-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-11-28
std.Thread.Futex.PosixImpl.Address.from: fix `alignment` type
zooster
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
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-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
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-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
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-13
format zig files and add formatting check to ci
jacob gw
2021-06-12
std.Thread.Futex addition (#9070)
protty