Searched refs:CLONE_CHILD_CLEARTID (Results 1 – 5 of 5) sorted by relevance
35 if (!(flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID))) in syscall_arg__scnprintf_clone_flags()
24 #define CLONE_CHILD_CLEARTID 0x00200000 /* clear the TID in the child */ macro
278 CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | in test_sigsegv_handler_with_different_pkey_for_stack()437 CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | in test_pkru_sigreturn()
2228 p->clear_child_tid = (clone_flags & CLONE_CHILD_CLEARTID) ? args->child_tid : NULL; in copy_process()