Home | History | Annotate | Download | only in strace

Lines Matching defs:CLONE_CHILD_CLEARTID

558 #define CLONE_CHILD_CLEARTID	0x00200000	/* clear the TID in the child */
583 { CLONE_CHILD_CLEARTID,"CLONE_CHILD_CLEARTID" },
650 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0)
669 if (flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID))