Home
last modified time | relevance | path

Searched refs:do_epoll_pwait (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/
H A Depoll_pwait01.c35 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 Depoll_pwait04.c25 TST_EXP_FAIL(do_epoll_pwait(efd, &e, 1, -1, bad_addr), in run()
H A Depoll_pwait_var.h16 static int do_epoll_pwait(int epfd, struct epoll_event *events, int in do_epoll_pwait() function
H A Depoll_pwait03.c28 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 Depoll_pwait02.c24 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