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

/linux-master/include/uapi/linux/
H A Dsched.h24 #define CLONE_CHILD_CLEARTID 0x00200000 /* clear the TID in the child */ macro
/linux-master/tools/include/uapi/linux/
H A Dsched.h24 #define CLONE_CHILD_CLEARTID 0x00200000 /* clear the TID in the child */ macro
/linux-master/tools/perf/trace/beauty/
H A Dclone.c71 if (!(flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID)))
/linux-master/kernel/
H A Dfork.c2244 p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? args->child_tid : NULL;

Completed in 81 milliseconds