Searched refs:CLONE_CHILD_SETTID (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsched.h27 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro
54 * @child_tid: If CLONE_CHILD_SETTID is set, the TID of the
/linux-master/tools/include/uapi/linux/
H A Dsched.h27 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro
54 * @child_tid: If CLONE_CHILD_SETTID is set, the TID of the
/linux-master/tools/perf/trace/beauty/
H A Dclone.c71 if (!(flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID)))
/linux-master/kernel/
H A Dfork.c2240 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL;

Completed in 116 milliseconds