Home
last modified time | relevance | path

Searched defs:epoll_create1 (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/src/linux/
H A Depoll.c14 int epoll_create1(int flags) in epoll_create1() function
/third_party/rust/crates/nix/src/sys/
H A Depoll.rs81 pub fn epoll_create1(flags: EpollCreateFlags) -> Result<RawFd> { in epoll_create1() functions
/third_party/libuv/src/unix/
H A Dos390-syscalls.c213 uv__os390_epoll* epoll_create1(int flags) { in epoll_create1() function
/third_party/node/deps/uv/src/unix/
H A Dos390-syscalls.c213 uv__os390_epoll* epoll_create1(int flags) { in epoll_create1() function
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs1038 pub fn epoll_create1(flags: ::c_int) -> ::c_int; in epoll_create1() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3224 pub fn epoll_create1(flags: ::c_int) -> ::c_int; in epoll_create1() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4122 pub fn epoll_create1(flags: ::c_int) -> ::c_int; in epoll_create1() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2963 pub fn epoll_create1(flags: ::c_int) -> ::c_int; in epoll_create1() functions

Completed in 33 milliseconds