zig/lib/std/os
Andrew Kelley a9667b5a85 organize std lib concurrency primitives and add RwLock
* move concurrency primitives that always operate on kernel threads to
   the std.Thread namespace
 * remove std.SpinLock. Nobody should use this in a non-freestanding
   environment; the other primitives are always preferable. In
   freestanding, it will be necessary to put custom spin logic in there,
   so there are no use cases for a std lib version.
 * move some std lib files to the top level fields convention
 * add std.Thread.spinLoopHint
 * add std.Thread.Condition
 * add std.Thread.Semaphore
 * new implementation of std.Thread.Mutex for Windows and non-pthreads Linux
 * add std.Thread.RwLock

Implementations provided by @kprotty
2021-01-14 20:41:37 -07:00
..
bits define nfds_t for windows 2021-01-12 16:37:58 -08:00
linux Improve uring definitions 2021-01-03 19:52:20 -08:00
uefi std.os.uefi.protocols.FileProtocol: fix and expose get_position, set_position (#7762) 2021-01-13 21:46:22 -05:00
windows organize std lib concurrency primitives and add RwLock 2021-01-14 20:41:37 -07:00
bits.zig std.c add syslog 2021-01-05 13:09:40 -08:00
darwin.zig Year++ 2020-12-31 15:45:24 -08:00
dragonfly.zig Year++ 2020-12-31 15:45:24 -08:00
freebsd.zig Year++ 2020-12-31 15:45:24 -08:00
linux.zig Year++ 2020-12-31 15:45:24 -08:00
netbsd.zig Year++ 2020-12-31 15:45:24 -08:00
openbsd.zig Year++ 2020-12-31 15:45:24 -08:00
test.zig Reduce use of deprecated IO types 2021-01-07 23:48:58 -08:00
uefi.zig Year++ 2020-12-31 15:45:24 -08:00
wasi.zig Year++ 2020-12-31 15:45:24 -08:00
windows.zig define nfds_t for windows 2021-01-12 16:37:58 -08:00