Home | History | Annotate | Download | only in strace

Lines Matching defs:CLONE_CHILD_CLEARTID

517 #define CLONE_CHILD_CLEARTID	0x00200000	/* clear the TID in the child */
536 { CLONE_CHILD_CLEARTID,"CLONE_CHILD_CLEARTID" },
595 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0)
614 if (flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID))