Home
last modified time | relevance | path

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

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