Searched refs:CLONE_PIDFD (Results 1 – 6 of 6) 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()
91 static int flags = CLONE_PIDFD | CLONE_NEWPID | CLONE_NEWNS | SIGCHLD; in clone_newns()
15 #define CLONE_PIDFD 0x00001000 /* set if a pidfd should be placed in parent */ macro
1282 #ifdef CLONE_PIDFD1283 { "CLONE_PIDFD", (unsigned long) CLONE_PIDFD },