Home
last modified time | relevance | path

Searched refs:SAFE_PIPE2 (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/pipe2/
Dpipe2_02.c33 SAFE_PIPE2(fds, O_CLOEXEC); in verify_pipe2()
Dpipe2_01.c58 SAFE_PIPE2(fds, tc->flags); in verify_pipe2()
Dpipe2_04.c63 SAFE_PIPE2(fds, O_NONBLOCK); in setup()
/third_party/ltp/testcases/kernel/syscalls/select/
Dselect04.c70 SAFE_PIPE2(fd_full, O_NONBLOCK); in setup()
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
Depoll_wait06.c40 SAFE_PIPE2(fds, O_NONBLOCK); in setup()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify14.c330 SAFE_PIPE2(pipes, O_CLOEXEC); in do_setup()
/third_party/ltp/include/
Dtst_safe_macros.h98 #define SAFE_PIPE2(fildes, flags) \ macro