zig/lib/std/os/windows
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
..
advapi32.zig Year++ 2020-12-31 15:45:24 -08:00
bits.zig organize std lib concurrency primitives and add RwLock 2021-01-14 20:41:37 -07:00
gdi32.zig Year++ 2020-12-31 15:45:24 -08:00
kernel32.zig organize std lib concurrency primitives and add RwLock 2021-01-14 20:41:37 -07:00
lang.zig Year++ 2020-12-31 15:45:24 -08:00
ntdll.zig std.os.windows.GetFinalPathNameByHandle: address non-structural review comments 2021-01-11 17:48:18 -07:00
ntstatus.zig Year++ 2020-12-31 15:45:24 -08:00
ole32.zig Year++ 2020-12-31 15:45:24 -08:00
psapi.zig Year++ 2020-12-31 15:45:24 -08:00
shell32.zig Year++ 2020-12-31 15:45:24 -08:00
sublang.zig Year++ 2020-12-31 15:45:24 -08:00
user32.zig Merge pull request #7195 from Aransentin/master 2021-01-11 16:02:40 -08:00
win32error.zig Year++ 2020-12-31 15:45:24 -08:00
ws2_32.zig Year++ 2020-12-31 15:45:24 -08:00