Searched refs:CLONE_PARENT_SETTID (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsched.h23 #define CLONE_PARENT_SETTID 0x00100000 /* set the TID in the parent */ macro
57 * @parent_tid: If CLONE_PARENT_SETTID is set, the TID of
/linux-master/tools/include/uapi/linux/
H A Dsched.h23 #define CLONE_PARENT_SETTID 0x00100000 /* set the TID in the parent */ macro
57 * @parent_tid: If CLONE_PARENT_SETTID is set, the TID of
/linux-master/tools/perf/trace/beauty/
H A Dclone.c68 if (!(flags & CLONE_PARENT_SETTID))
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c47 .flags = CLONE_PIDFD | CLONE_PARENT_SETTID,
95 .flags = CLONE_PIDFD | CLONE_PARENT_SETTID,
156 .flags = CLONE_PARENT_SETTID,
/linux-master/kernel/
H A Dfork.c2767 * to return the pidfd. Hence, CLONE_PIDFD and CLONE_PARENT_SETTID are
2775 (clone_flags & CLONE_PARENT_SETTID) &&
2812 if (clone_flags & CLONE_PARENT_SETTID)

Completed in 141 milliseconds