Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dsched.h21 #define CLONE_CHILD_CLEARTID 0x00200000 /* clear the TID in the child */ macro
/Linux-v4.19/include/uapi/linux/
Dsched.h21 #define CLONE_CHILD_CLEARTID 0x00200000 /* clear the TID in the child */ macro
/Linux-v4.19/tools/perf/trace/beauty/
Dclone.c68 if (!(flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID))) in syscall_arg__scnprintf_clone_flags()
/Linux-v4.19/kernel/
Dfork.c1721 p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? child_tidptr : NULL; in copy_process()