Home
last modified time | relevance | path

Searched refs:epoll_pwait (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Depoll_pwait.c32 * @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 Depoll.c32 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 Depoll_pwait_var.h20 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 Depoll.h24 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 Depoll.h62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Depoll.h62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Depoll.h62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
/third_party/musl/include/sys/
H A Depoll.h62 int epoll_pwait(int, struct epoll_event *, int, int, const sigset_t *);
/third_party/node/deps/uv/src/unix/
H A Depoll.c226 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 Dlinux.c1464 * 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 Dmod.rs2954 pub fn epoll_pwait( in epoll_pwait() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4017 pub fn epoll_pwait( in epoll_pwait() functions

Completed in 26 milliseconds