zig/std/atomic
Andrew Kelley 6376d96824 support kernel threads for windows
* remove std.os.spawnThreadAllocator - windows does not support
   an explicit stack, so using an allocator for a thread stack
   space does not work.
 * std.os.spawnThread - instead of accepting a stack argument, the
   implementation will directly allocate using OS-specific APIs.
2018-04-29 02:40:22 -04:00
..
index.zig add std.atomic.Stack and std.atomic.Queue 2018-04-28 16:11:32 -04:00
queue.zig support kernel threads for windows 2018-04-29 02:40:22 -04:00
stack.zig support kernel threads for windows 2018-04-29 02:40:22 -04:00