Searched defs:CLONE_CHILD_SETTID (Results 1 - 2 of 2) sorted by relevance

/external/strace/
H A Dprocess.c560 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro
585 { CLONE_CHILD_SETTID,"CLONE_CHILD_SETTID" },
649 if ((flags & (CLONE_PARENT_SETTID|CLONE_CHILD_SETTID
669 if (flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID))
/external/kernel-headers/original/linux/
H A Dsched.h25 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro
842 int __user *set_child_tid; /* CLONE_CHILD_SETTID */

Completed in 128 milliseconds