Home
last modified time | relevance | path

Searched refs:CLONE_CHILD_SETTID (Results 1 – 2 of 2) sorted by relevance

/tools/include/uapi/linux/
Dsched.h27 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro
/tools/perf/trace/beauty/
Dclone.c69 if (!(flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID))) in syscall_arg__scnprintf_clone_flags()