Commit Graph

6 Commits

Author SHA1 Message Date
squidy239 8a8e4a1f04 add cancelable rwlock functions (#31497)
Added cancelable exclusive and shared locking to RwLock. I also added a canceling test for both.

Reviewed-on: https://codeberg.org/ziglang/zig/pulls/31497
Reviewed-by: Andrew Kelley <andrew@ziglang.org>
Co-authored-by: squidy239 <sachabarsayuracko@gmail.com>
Co-committed-by: squidy239 <sachabarsayuracko@gmail.com>
2026-03-16 23:05:00 +01:00
GasInfinity 2370dc886c Revert "std.Io.RwLock: disable smoke test on aarch64-netbsd"
This reverts commit 0ae1c6b54a.
2026-03-10 10:05:40 +01:00
GasInfinity 7c2699bed2 Revert "std.Io.RwLock: disable smoke test on any aarch64 target"
This reverts commit cfe5c88ad6.
2026-03-10 10:05:25 +01:00
Alex Rønne Petersen cfe5c88ad6 std.Io.RwLock: disable smoke test on any aarch64 target
https://codeberg.org/ziglang/zig/issues/31393#issuecomment-11441755
2026-03-10 09:19:54 +01:00
Alex Rønne Petersen 0ae1c6b54a std.Io.RwLock: disable smoke test on aarch64-netbsd
https://codeberg.org/ziglang/zig/issues/31393
2026-03-04 12:14:11 +01:00
Andrew Kelley 4c4e9d054e std.Io: add RwLock and Semaphore sync primitives
and restore usage by std.debug.SelfInfo.Elf
2026-02-02 20:18:14 -08:00