zig/lib/std/os/linux
Joran Dirk Greef 349d32dc2c Add io_uring TIMEOUT and TIMEOUT_REMOVE operations:
ring.timeout() to queue a IORING_OP_TIMEOUT operation
ring.timeout_remove() to queue a IORING_OP_TIMEOUT_REMOVE operation

io_uring_prep_timeout() to prep a IORING_OP_TIMEOUT sqe
io_uring_prep_timeout_remove() to prep a IORING_OP_TIMEOUT_REMOVE sqe
2020-12-09 19:06:28 +02:00
..
bpf Update zig files for opaque type syntax 2020-10-06 22:08:25 -06:00
arm-eabi.zig
arm64.zig
bpf.zig added helper definitions 2020-09-12 23:45:35 -07:00
i386.zig
io_uring.zig Add io_uring TIMEOUT and TIMEOUT_REMOVE operations: 2020-12-09 19:06:28 +02:00
mips.zig
powerpc64.zig std/*: add missing MIT license headers 2020-10-26 17:41:29 +01:00
riscv64.zig
sparc64.zig Add a comment to explain the fork return values on sparc64 2020-11-28 13:24:24 +07:00
start_pie.zig Minor code cleanup in start_pie.zig 2020-11-23 12:36:40 +01:00
test.zig Merge pull request #6978 from LemonBoy/statshit 2020-11-05 17:27:22 -05:00
tls.zig Add back ppc input/output/clobber definitions 2020-10-25 13:39:22 +07:00
vdso.zig std.meta: add assumeSentinel 2020-11-29 10:36:02 -08:00
x86_64.zig