zig/lib/std/os
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
..
bits Merge remote-tracking branch 'origin' into libc-wasi-test 2021-08-09 14:39:26 +09:00
linux Expose register_eventfd, register_eventfd_async, unregister_eventfd i… (#9449) 2021-08-13 22:41:18 -05:00
uefi AstGen: detect redeclaration of function parameters 2021-07-02 13:27:35 -07:00
windows windows/kernel32: add LocalFree, SetThreadDescription and GetThreadDescription 2021-07-29 10:57:08 +02:00
bits.zig Move iovec and log levels to bits/posix.zig 2021-08-02 11:05:05 +00:00
darwin.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
dragonfly.zig Year++ 2020-12-31 15:45:24 -08:00
freebsd.zig Year++ 2020-12-31 15:45:24 -08:00
haiku.zig initial support for haiku past stage0 2021-02-25 16:41:42 -07:00
linux.zig linux: add mknod and mknodat syscalls 2021-07-28 18:15:41 -04:00
netbsd.zig Year++ 2020-12-31 15:45:24 -08:00
openbsd.zig Year++ 2020-12-31 15:45:24 -08:00
test.zig std.Thread: more cleanup & testing 2021-06-30 21:49:00 -05:00
uefi.zig fix code broken from previous commit 2021-06-21 17:03:03 -07:00
wasi.zig Year++ 2020-12-31 15:45:24 -08:00
windows.zig windows: add wrappers for LocalFree, SetThreadDescription and GetThreadDescription 2021-07-29 10:57:08 +02:00