Home
last modified time | relevance | path

Searched defs:eventfd (Results 1 - 21 of 21) sorted by relevance

/third_party/rust/crates/rustix/src/io/
H A Deventfd.rs14 pub fn eventfd(initval: u32, flags: EventfdFlags) -> io::Result<OwnedFd> { in eventfd() functions
H A Dmod.rs10 mod eventfd; modules
/third_party/rust/crates/nix/src/sys/
H A Deventfd.rs13 pub fn eventfd(initval: libc::c_uint, flags: EfdFlags) -> Result<RawFd> { in eventfd() functions
H A Dmod.rs33 pub mod eventfd; modules
/third_party/musl/src/linux/
H A Deventfd.c9 int eventfd(unsigned int count, int flags) in eventfd() function
/third_party/rust/crates/rustix/tests/io/
H A Dmain.rs18 mod eventfd; modules
/third_party/libwebsockets/lib/event-libs/uloop/
H A Duloop.c102 struct lws_pollfd eventfd; in lws_uloop_cb() local
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c100 struct lws_pollfd eventfd; in lws_io_cb() local
[all...]
/third_party/libwebsockets/lib/event-libs/libevent/
H A Dlibevent.c109 struct lws_pollfd eventfd; in lws_event_cb() local
/third_party/libwebsockets/lib/event-libs/glib/
H A Dglib.c115 struct lws_pollfd eventfd; in lws_glib_dispatch() local
[all...]
/third_party/libwebsockets/lib/event-libs/libev/
H A Dlibev.c95 struct lws_pollfd eventfd; in lws_accept_cb() local
/third_party/libwebsockets/lib/event-libs/sdevent/
H A Dsdevent.c98 struct lws_pollfd eventfd; in sock_accept_handler() local
/third_party/rust/crates/libc/src/unix/newlib/espidf/
H A Dmod.rs107 pub fn eventfd(initval: ::c_uint, flags: ::c_int) -> ::c_int; in eventfd() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dillumos.rs72 pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int; in eventfd() functions
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.c112 static ossl_inline int eventfd(int n) in eventfd() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
H A Dmod.rs502 pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int; in eventfd() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
H A Dmod.rs502 pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int; in eventfd() functions
/third_party/openssl/engines/
H A De_afalg.c112 static ossl_inline int eventfd(int n) in eventfd() function
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3251 pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int; in eventfd() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4114 pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int; in eventfd() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4149 pub fn eventfd(init: ::c_uint, flags: ::c_int) -> ::c_int; in eventfd() functions

Completed in 47 milliseconds