zig/std/os
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
..
linux linux: support VDSO for clock_gettime 2018-04-22 18:11:50 -04:00
windows support kernel threads for windows 2018-04-29 02:40:22 -04:00
child_process.zig remove more signal handling stuff from std.os.ChildProcess 2018-04-03 18:26:49 -04:00
darwin_errno.zig
darwin.zig Merge branch 'std.os.time' of https://github.com/tgschultz/zig into tgschultz-std.os.time 2018-04-22 13:24:25 -04:00
epoch.zig Fixed incorrect sign on epoch.clr 2018-04-18 18:50:28 -05:00
file.zig Fix windows access check 2018-04-13 22:50:57 +12:00
get_user_id.zig
index.zig support kernel threads for windows 2018-04-29 02:40:22 -04:00
path.zig
test.zig support kernel threads for windows 2018-04-29 02:40:22 -04:00
time.zig linux: support VDSO for clock_gettime 2018-04-22 18:11:50 -04:00
zen.zig Zen specific hacks 2018-03-20 16:09:30 -04:00