Searched refs:epoll_pwait2 (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/ |
H A D | epoll_pwait_var.h | 25 return epoll_pwait2(epfd, events, maxevents, NULL, sigmask); in do_epoll_pwait() 31 return epoll_pwait2(epfd, events, maxevents, &ts, sigmask); in do_epoll_pwait() 41 tst_res(TINFO, "Test epoll_pwait2()"); in epoll_pwait_init()
|
H A D | epoll_pwait05.c | 10 * Verify that, epoll_pwait2() return -1 and set errno to EINVAL with an 35 TST_EXP_FAIL(epoll_pwait2(efd, &e, 1, &tc[n].ts, NULL), in run_all()
|
/third_party/ltp/include/lapi/ |
H A D | epoll.h | 40 static inline int epoll_pwait2(int epfd, struct epoll_event *events, in epoll_pwait2() function
|
Completed in 2 milliseconds