Searched refs:do_epoll_pwait (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/ |
H A D | epoll_pwait01.c | 35 TEST(do_epoll_pwait(efd, &e, 1, -1, &signalset)); in verify_sigmask() 38 tst_res(TFAIL, "do_epoll_pwait() returned %li, expected 1", in verify_sigmask() 43 tst_res(TPASS, "do_epoll_pwait() with sigmask blocked signal"); in verify_sigmask() 48 TST_EXP_FAIL(do_epoll_pwait(efd, &e, 1, -1, NULL), EINTR, in verify_nonsigmask() 49 "do_epoll_pwait() without sigmask"); in verify_nonsigmask()
|
H A D | epoll_pwait04.c | 25 TST_EXP_FAIL(do_epoll_pwait(efd, &e, 1, -1, bad_addr), in run()
|
H A D | epoll_pwait_var.h | 16 static int do_epoll_pwait(int epfd, struct epoll_event *events, int in do_epoll_pwait() function
|
H A D | epoll_pwait03.c | 28 TEST(do_epoll_pwait(efd, &e, 1, ms, NULL)); in sample_fn() 34 "do_epoll_pwait() returned %li, expected 0", TST_RET); in sample_fn() 69 .scall = "do_epoll_pwait()",
|
H A D | epoll_pwait02.c | 24 TEST(do_epoll_pwait(efd, &e, 1, -1, NULL)); in run() 27 tst_res(TPASS, "do_epoll_pwait() succeeded"); in run() 30 tst_res(TFAIL, "do_epoll_pwait() returned %li, expected 1", TST_RET); in run()
|
Completed in 3 milliseconds