Searched refs:CLONE_PIDFD (Results 1 – 7 of 7) sorted by relevance
20 #ifndef CLONE_PIDFD21 #define CLONE_PIDFD 0x00001000 macro92 pid = pidfd_clone(CLONE_PIDFD, &pidfd); in main()
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
1822 if (clone_flags & CLONE_PIDFD) { in copy_process()2041 if (clone_flags & CLONE_PIDFD) { in copy_process()2243 if (clone_flags & CLONE_PIDFD) { in copy_process()2408 if ((kargs->flags & CLONE_PIDFD) && in legacy_clone_args_valid()