Searched defs:epoll_wait (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/src/linux/ |
H A D | epoll.c | 41 int epoll_wait(int fd, struct epoll_event *ev, int cnt, int to) in epoll_wait() function
|
/third_party/rust/crates/nix/src/sys/ |
H A D | epoll.rs | 113 pub fn epoll_wait( in epoll_wait() functions
|
/kernel/liteos_a/fs/vfs/epoll/ |
H A D | fs_epoll.c | 309 int epoll_wait(int epfd, FAR struct epoll_event *evs, int maxevents, int timeout) in epoll_wait() function
|
/third_party/libuv/src/unix/ |
H A D | os390-syscalls.c | 282 int epoll_wait(uv__os390_epoll* lst, struct epoll_event* events, in epoll_wait() function
|
/third_party/node/deps/uv/src/unix/ |
H A D | os390-syscalls.c | 282 int epoll_wait(uv__os390_epoll* lst, struct epoll_event* events, in epoll_wait() function
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys_ni.c | 406 COND_SYSCALL(epoll_wait); variable
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys_ni.c | 322 COND_SYSCALL(epoll_wait); variable
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 1039 pub fn epoll_wait( in epoll_wait() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3225 pub fn epoll_wait( in epoll_wait() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4123 pub fn epoll_wait( in epoll_wait() functions
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 2964 pub fn epoll_wait( in epoll_wait() functions
|
Completed in 37 milliseconds