Home
last modified time | relevance | path

Searched defs:eventfd (Results 1 – 22 of 22) sorted by relevance

/third_party/rust/crates/rustix/src/io/
Deventfd.rs14 pub fn eventfd(initval: u32, flags: EventfdFlags) -> io::Result<OwnedFd> { in eventfd() function
Dmod.rs10 mod eventfd; module
/third_party/rust/crates/nix/src/sys/
Deventfd.rs13 pub fn eventfd(initval: libc::c_uint, flags: EfdFlags) -> Result<RawFd> { in eventfd() function
/third_party/musl/src/linux/
Deventfd.c6 int eventfd(unsigned int count, int flags) in eventfd() function
/third_party/rust/crates/rustix/tests/io/
Dmain.rs18 mod eventfd; module
/third_party/libwebsockets/lib/event-libs/uloop/
Duloop.c102 struct lws_pollfd eventfd; in lws_uloop_cb() local
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs107 pub fn eventfd(initval: ::c_uint, flags: ::c_int) -> ::c_int; in eventfd() function
/third_party/libwebsockets/lib/event-libs/sdevent/
Dsdevent.c98 struct lws_pollfd eventfd; in sock_accept_handler() local
/third_party/libwebsockets/lib/event-libs/glib/
Dglib.c115 struct lws_pollfd eventfd; in lws_glib_dispatch() local
/third_party/rust/crates/libc/src/unix/solarish/
Dillumos.rs72 pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int; in eventfd() function
/third_party/libwebsockets/lib/event-libs/libevent/
Dlibevent.c109 struct lws_pollfd eventfd; in lws_event_cb() local
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c95 struct lws_pollfd eventfd; in lws_accept_cb() local
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Dmod.rs502 pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int; in eventfd() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
Dmod.rs502 pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int; in eventfd() function
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dsyscalls.rs301 pub(crate) fn eventfd(initval: u32, flags: EventfdFlags) -> io::Result<OwnedFd> { in eventfd() function
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c99 struct lws_pollfd eventfd; in lws_io_cb() local
/third_party/rust/crates/rustix/src/backend/libc/io/
Dsyscalls.rs299 pub(crate) fn eventfd(initval: u32, flags: EventfdFlags) -> io::Result<OwnedFd> { in eventfd() function
/third_party/openssl/engines/
De_afalg.c112 static ossl_inline int eventfd(int n) in eventfd() function
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3251 pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int; in eventfd() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4149 pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int; in eventfd() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs4114 pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int; in eventfd() function
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h10405 struct eventfd_ctx *eventfd; member
41974 struct eventfd_ctx *eventfd; member
41979 struct eventfd_ctx *eventfd; member
44302 bool eventfd; member