zig/lib/std/os/linux
Ayende Rahien 65208a7fa2
Expose register_eventfd, register_eventfd_async, unregister_eventfd i… (#9449)
* Expose register_eventfd, register_eventfd_async, unregister_eventfd in the IO URing API

* Fixing formatting

* Fixing typo

* Removing unnecessary casts and adding better comments for a single registration of eventfd

* Update lib/std/os/linux/io_uring.zig

Co-authored-by: Joran Dirk Greef <joran@coil.com>

* Update lib/std/os/linux/io_uring.zig

Co-authored-by: Joran Dirk Greef <joran@coil.com>

* Updating util function name

Co-authored-by: Joran Dirk Greef <joran@coil.com>
2021-08-13 22:41:18 -05:00
..
bpf std: Fix some BPF fn definitions 2021-06-06 20:41:14 -04:00
arm-eabi.zig Move iovec and log levels to bits/posix.zig 2021-08-02 11:05:05 +00:00
arm64.zig Move iovec and log levels to bits/posix.zig 2021-08-02 11:05:05 +00:00
bpf.zig std.os.linux.bpf: fix incorrect usage of unexpectedErrno 2021-06-21 17:03:03 -07:00
i386.zig Move iovec and log levels to bits/posix.zig 2021-08-02 11:05:05 +00:00
io_uring.zig Expose register_eventfd, register_eventfd_async, unregister_eventfd i… (#9449) 2021-08-13 22:41:18 -05:00
mips.zig Move iovec and log levels to bits/posix.zig 2021-08-02 11:05:05 +00:00
powerpc.zig Move iovec and log levels to bits/posix.zig 2021-08-02 11:05:05 +00:00
powerpc64.zig Move iovec and log levels to bits/posix.zig 2021-08-02 11:05:05 +00:00
riscv64.zig Move iovec and log levels to bits/posix.zig 2021-08-02 11:05:05 +00:00
sparc64.zig Move iovec and log levels to bits/posix.zig 2021-08-02 11:05:05 +00:00
start_pie.zig std: Fix PIE startup sequence 2021-06-19 18:02:51 +02:00
test.zig os/linux: add fadvise 2021-06-09 18:15:50 +03:00
thumb.zig Move iovec and log levels to bits/posix.zig 2021-08-02 11:05:05 +00:00
tls.zig std: Fix PIE startup sequence 2021-06-19 18:02:51 +02:00
vdso.zig std, src, doc, test: remove unused variables 2021-06-21 17:03:03 -07:00
x86_64.zig Move iovec and log levels to bits/posix.zig 2021-08-02 11:05:05 +00:00