zig/lib/std/c
protty e3cbea934e
std.Thread.Futex improvements (#11464)
* atomic: cache_line

* Thread: Futex rewrite + more native platform support

* Futex: tests compile

* Futex: compiles and runs test

* Futex: broadcast test

* Futex: fix PosixImpl for tests

* Futex: fix compile errors for bsd platforms

* Futex: review changes + fix timeout=0 + more comments
2022-04-19 19:42:15 -05:00
..
darwin macos: add more mach primitives 2022-03-13 09:42:24 +01:00
darwin.zig Sema: implement zirSwitchCaptureElse for error sets 2022-03-19 15:49:27 +02:00
dragonfly.zig std.Thread.Futex improvements (#11464) 2022-04-19 19:42:15 -05:00
emscripten.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
freebsd.zig std.Thread.Futex improvements (#11464) 2022-04-19 19:42:15 -05:00
fuchsia.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
haiku.zig add constant for haiku 2022-02-26 10:53:13 +02:00
hermit.zig std: reorganization that allows new usingnamespace semantics 2021-09-01 17:54:06 -07:00
linux.zig stage2: disable default panic handler when linking -lc 2022-03-20 00:36:44 -07:00
minix.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
netbsd.zig Adds Linux support for POSIX file locking with fcntl 2022-02-15 13:22:50 +02:00
openbsd.zig std.Thread.Futex improvements (#11464) 2022-04-19 19:42:15 -05:00
solaris.zig Adds Linux support for POSIX file locking with fcntl 2022-02-15 13:22:50 +02:00
tokenizer.zig stage2: fix bugs preventing stage2 from building stage3 with LLVM 2022-04-15 23:32:26 +03:00
wasi.zig stdlib: Add emulated CWD to std.os for WASI targets 2022-03-03 14:31:49 -07:00
windows.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00