Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/semver/
H A Dredox.txt202 epoll_ctl
H A Dandroid.txt3281 epoll_ctl
H A Dlinux.txt3868 epoll_ctl
/rust-libc-0.2.174/src/unix/solarish/
H A Dillumos.rs285 pub fn epoll_ctl(epfd: c_int, op: c_int, fd: c_int, event: *mut crate::epoll_event) -> c_int; in epoll_ctl() function
/rust-libc-0.2.174/src/unix/redox/
H A Dmod.rs1226 pub fn epoll_ctl(epfd: c_int, op: c_int, fd: c_int, event: *mut crate::epoll_event) -> c_int; in epoll_ctl() function
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs3633 pub fn epoll_ctl(epfd: c_int, op: c_int, fd: c_int, event: *mut crate::epoll_event) -> c_int; in epoll_ctl() function
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs6523 pub fn epoll_ctl(epfd: c_int, op: c_int, fd: c_int, event: *mut crate::epoll_event) -> c_int; in epoll_ctl() function