Searched refs:epoll_pwait (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | epoll_pwait.c | 32 * @tc.desc : epoll_pwait without a sigset 43 int result = epoll_pwait(epoll_fd, events, 1, 1, NULL); in epoll_pwait_0100() 45 t_error("%s epoll_pwait failed\n", __func__); in epoll_pwait_0100() 51 * @tc.desc : epoll_pwait with a sigset 66 int result = epoll_pwait(epoll_fd, events, 1, 1, &ss); in epoll_pwait_0200() 68 t_error("%s epoll_pwait failed\n", __func__); in epoll_pwait_0200()
|
/third_party/musl/src/linux/ |
H A D | epoll.c | 32 int epoll_pwait(int fd, struct epoll_event *ev, int cnt, int to, const sigset_t *sigs) in epoll_pwait() function 43 return epoll_pwait(fd, ev, cnt, to, 0); in epoll_wait()
|
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/ |
H A D | epoll_pwait_var.h | 20 return epoll_pwait(epfd, events, maxevents, timeout, sigmask); in do_epoll_pwait() 38 tst_res(TINFO, "Test epoll_pwait()"); in epoll_pwait_init()
|
/third_party/ltp/include/lapi/ |
H A D | epoll.h | 24 static inline int epoll_pwait(int epfd, struct epoll_event *events, in epoll_pwait() function
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | epoll.h | 62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | epoll.h | 62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | epoll.h | 62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
|
/third_party/musl/include/sys/ |
H A D | epoll.h | 62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
|
/third_party/node/deps/uv/src/unix/ |
H A D | epoll.c | 226 nfds = epoll_pwait(loop->backend_fd, in uv__io_poll() 278 /* epoll_wait() or epoll_pwait() failed, try the other system call. */ in uv__io_poll()
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 1464 * we enter epoll_pwait(). in uv__io_poll() 1483 nfds = epoll_pwait(epollfd, events, ARRAY_SIZE(events), timeout, sigmask); in uv__io_poll() 1488 nfds = epoll_pwait(epollfd, events, ARRAY_SIZE(events), timeout, sigmask); in uv__io_poll()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 2954 pub fn epoll_pwait( in epoll_pwait() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4017 pub fn epoll_pwait( in epoll_pwait() functions
|
Completed in 26 milliseconds