Home
last modified time | relevance | path

Searched defs:epoll_ctl (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/src/linux/
Depoll.c20 int epoll_ctl(int fd, int op, int fd2, struct epoll_event *ev) in epoll_ctl() function
/third_party/rust/crates/nix/src/sys/
Depoll.rs88 pub fn epoll_ctl<'a, T>( in epoll_ctl() function
/third_party/libuv/src/unix/
Dos390-syscalls.c236 int epoll_ctl(uv__os390_epoll* lst, in epoll_ctl() function
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs1045 pub fn epoll_ctl(epfd: ::c_int, op: ::c_int, fd: ::c_int, event: *mut ::epoll_event) in epoll_ctl() function
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2970 pub fn epoll_ctl(epfd: ::c_int, op: ::c_int, fd: ::c_int, event: *mut ::epoll_event) in epoll_ctl() function
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3231 pub fn epoll_ctl(epfd: ::c_int, op: ::c_int, fd: ::c_int, event: *mut ::epoll_event) in epoll_ctl() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4129 pub fn epoll_ctl(epfd: ::c_int, op: ::c_int, fd: ::c_int, event: *mut ::epoll_event) in epoll_ctl() function