Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsched.h23 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro
/linux-4.1.27/kernel/
Dfork.c1462 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? child_tidptr : NULL; in copy_process()