Home
last modified time | relevance | path

Searched refs:PIDFD_NONBLOCK (Results 1 – 4 of 4) 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.c169 pidfd = sys_pidfd_open(getpid(), PIDFD_NONBLOCK); in TEST()
189 pidfd = sys_pidfd_open(pid, PIDFD_NONBLOCK); in TEST()
/linux/include/uapi/linux/
H A Dpidfd.h11 #define PIDFD_NONBLOCK O_NONBLOCK macro
/linux/kernel/
H A Dpid.c634 if (flags & ~(PIDFD_NONBLOCK | PIDFD_THREAD)) in SYSCALL_DEFINE2()