Searched refs:CLONE_PIDFD (Results 1 – 4 of 4) sorted by relevance
23 #ifndef CLONE_PIDFD24 #define CLONE_PIDFD 0x00001000 macro
43 .flags = CLONE_PIDFD | CLONE_PARENT_SETTID, in test_pidfd_wait_simple()128 .flags = CLONE_PIDFD | CLONE_PARENT_SETTID, in test_pidfd_wait_states()
412 pid = pidfd_clone(CLONE_PIDFD, &pidfd, child_poll_exec_test); in test_pidfd_poll_exec()484 pid = pidfd_clone(CLONE_PIDFD, &pidfd, child_poll_leader_exit_test); in test_pidfd_poll_leader_exit()
15 #define CLONE_PIDFD 0x00001000 /* set if a pidfd should be placed in parent */ macro