Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dsched.h20 #define CLONE_PARENT_SETTID 0x00100000 /* set the TID in the parent */ macro
/Linux-v4.19/include/uapi/linux/
Dsched.h20 #define CLONE_PARENT_SETTID 0x00100000 /* set the TID in the parent */ macro
/Linux-v4.19/tools/perf/trace/beauty/
Dclone.c65 if (!(flags & CLONE_PARENT_SETTID)) in syscall_arg__scnprintf_clone_flags()
/Linux-v4.19/kernel/
Dfork.c2182 if (clone_flags & CLONE_PARENT_SETTID) in _do_fork()