Searched refs:CLONE_PTRACE (Results 1 – 3 of 3) sorted by relevance
264 ptrace_init_task(child, (clone_flags & CLONE_PTRACE) || trace); in tracehook_finish_clone()
12 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
357 if ((clone_flags & CLONE_PTRACE) && test_thread_flag(TIF_DEBUG)) in copy_thread()