Searched refs:CLONE_CHILD_SETTID (Results 1 – 3 of 3) sorted by relevance
560 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro585 { CLONE_CHILD_SETTID,"CLONE_CHILD_SETTID" },649 if ((flags & (CLONE_PARENT_SETTID|CLONE_CHILD_SETTID669 if (flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID))
25 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro
556 …SY(__NR_clone, x0|CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|SIGCHLD, x0, x0, x0, x0); FA… in main()