Home
last modified time | relevance | path

Searched refs:PIDFD_NONBLOCK (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/pidfd/
H A Dpidfd.h49 #ifndef PIDFD_NONBLOCK
50 #define PIDFD_NONBLOCK O_NONBLOCK macro
H A Dpidfd_wait.c158 pidfd = sys_pidfd_open(getpid(), PIDFD_NONBLOCK); in TEST()
178 pidfd = sys_pidfd_open(pid, PIDFD_NONBLOCK); in TEST()