Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/pipe2/
Dpipe2_02.c33 SAFE_PIPE2(fds, O_CLOEXEC); in verify_pipe2()
Dpipe2_01.c62 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/include/
Dtst_safe_macros.h93 #define SAFE_PIPE2(fildes, flags) \ macro