Searched refs:CLONE_CHILD_CLEARTID (Results 1 – 10 of 10) sorted by relevance
21 #define CLONE_CHILD_CLEARTID 0x00200000 /* clear the TID in the child */ macro
60 # define CLONE_CHILD_CLEARTID 0x00200000 /* Register exit futex and memory macro
24 #define CLONE_CHILD_CLEARTID 0x00200000 /* clear the TID in the child */ macro
71 if (!(flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID))) in syscall_arg__scnprintf_clone_flags()
37 - CLONE_SYSVSEM | CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID;45 + const int safe = CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID |
33 CLONE_CHILD_CLEARTID;
2020 p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? args->child_tid : NULL; in copy_process()