Searched defs:epoll_ctl (Results 1 – 7 of 7) sorted by relevance
/third_party/musl/src/linux/ |
D | epoll.c | 20 int epoll_ctl(int fd, int op, int fd2, struct epoll_event *ev) in epoll_ctl() function
|
/third_party/rust/crates/nix/src/sys/ |
D | epoll.rs | 88 pub fn epoll_ctl<'a, T>( in epoll_ctl() function
|
/third_party/libuv/src/unix/ |
D | os390-syscalls.c | 236 int epoll_ctl(uv__os390_epoll* lst, in epoll_ctl() function
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 1045 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/ |
D | mod.rs | 2970 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/ |
D | mod.rs | 3231 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/ |
D | mod.rs | 4129 pub fn epoll_ctl(epfd: ::c_int, op: ::c_int, fd: ::c_int, event: *mut ::epoll_event) in epoll_ctl() function
|