This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://codeberg.org/ziglang/zig.git
synced
2026-04-27 19:09:47 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
31994fd2d0b12116ecfab286699bd7a40f6fbb0c
zig
/
lib
/
std
/
Thread
T
History
Alex Rønne Petersen
cf48041b55
std.Thread.Condition: use pthread_cond_t impl when OS has no futex primitive
...
Same principle as
#30835
.
2026-01-24 16:44:55 +01:00
..
Mutex
std.Thread.Mutex.Recursive: alternate implementation
2024-06-12 18:07:39 -07:00
Condition.zig
std.Thread.Condition: use pthread_cond_t impl when OS has no futex primitive
2026-01-24 16:44:55 +01:00
Futex.zig
Fixes doc comment of Futex.wait
2025-12-27 20:40:19 +01:00
Mutex.zig
std: halve the number of mutexes per mutex
2026-01-15 05:28:11 +01:00
RwLock.zig
std: make RwLock test less intensive
2025-10-18 09:28:43 +01:00
Semaphore.zig
Change many test blocks to doctests/decltests
2024-02-26 15:18:31 -08:00
WaitGroup.zig
std.Io.Threaded: slightly different semantics
2025-11-21 19:54:41 -08:00