Searched defs:epoll_ctl (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/src/linux/ |
H A D | epoll.c | 27 int epoll_ctl(int fd, int op, int fd2, struct epoll_event *ev) in epoll_ctl() function
|
/third_party/rust/crates/nix/src/sys/ |
H A D | epoll.rs | 88 pub fn epoll_ctl<'a, T>( in epoll_ctl() functions
|
/third_party/libuv/src/unix/ |
H A D | os390-syscalls.c | 236 int epoll_ctl(uv__os390_epoll* lst, in epoll_ctl() function
|
/third_party/node/deps/uv/src/unix/ |
H A D | os390-syscalls.c | 236 int epoll_ctl(uv__os390_epoll* lst, in epoll_ctl() function
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 1045 pub fn epoll_ctl(epfd: ::c_int, op: ::c_int, fd: ::c_int, event: *mut ::epoll_event) in epoll_ctl() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3231 pub fn epoll_ctl(epfd: ::c_int, op: ::c_int, fd: ::c_int, event: *mut ::epoll_event) in epoll_ctl() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4129 pub fn epoll_ctl(epfd: ::c_int, op: ::c_int, fd: ::c_int, event: *mut ::epoll_event) in epoll_ctl() functions
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 2970 pub fn epoll_ctl(epfd: ::c_int, op: ::c_int, fd: ::c_int, event: *mut ::epoll_event) in epoll_ctl() functions
|
Completed in 36 milliseconds