Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dsched.h19 #define CLONE_PARENT_SETTID 0x00100000 /* set the TID in the parent */ macro
/linux-4.4.14/kernel/
Dfork.c1737 if (clone_flags & CLONE_PARENT_SETTID) in _do_fork()