Searched refs:epoll_ctl (Results 1 – 7 of 7) sorted by relevance
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | redox.txt | 202 epoll_ctl
|
| H A D | android.txt | 3281 epoll_ctl
|
| H A D | linux.txt | 3868 epoll_ctl
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | illumos.rs | 285 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 D | mod.rs | 1226 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 D | mod.rs | 3633 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 D | mod.rs | 6523 pub fn epoll_ctl(epfd: c_int, op: c_int, fd: c_int, event: *mut crate::epoll_event) -> c_int; in epoll_ctl() function
|