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-28 11:27:09 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e9bd2d45d4bbaf7eff7e95bc3ef7a0123b66a103
zig
/
lib
/
std
/
Thread
T
History
Alex Rønne Petersen
6cf01a679f
std.Thread.Futex: Mark inline asm volatile in WasmImpl.
...
Closes
#22082
.
2024-11-27 23:24:37 +01:00
..
Mutex
std.Thread.Mutex.Recursive: alternate implementation
2024-06-12 18:07:39 -07:00
Condition.zig
Better implementation of GetLastError. (
#20623
)
2024-07-15 10:49:51 -07:00
Futex.zig
std.Thread.Futex: Mark inline asm volatile in WasmImpl.
2024-11-27 23:24:37 +01:00
Mutex.zig
compiler,lib,test,langref: migrate
@setCold
to
@branchHint
2024-08-27 00:44:35 +01:00
Pool.zig
Revert "Enable thread_pool function to throw errors (
#20260
)"
2024-11-11 14:07:07 -08:00
ResetEvent.zig
remove
@fence
(
#21585
)
2024-10-04 22:21:27 +00:00
RwLock.zig
Clarify the blocking behavior of
RwLock.lockShared()
. (
#19752
)
2024-04-24 10:41:13 -05:00
Semaphore.zig
Change many test blocks to doctests/decltests
2024-02-26 15:18:31 -08:00
WaitGroup.zig
combine codegen work queue and linker task queue
2024-10-23 16:27:39 -07:00