Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dsched.h20 #define CLONE_CHILD_CLEARTID 0x00200000 /* clear the TID in the child */ macro
/linux-4.4.14/kernel/
Dfork.c1472 p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? child_tidptr : NULL; in copy_process()