Searched refs:CLONE_PTRACE (Results 1 – 7 of 7) sorted by relevance
13 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
49 # define CLONE_PTRACE 0x00002000 /* Set if tracing continues on the child. */ macro
16 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
2332 ptrace_init_task(p, (clone_flags & CLONE_PTRACE) || trace); in copy_process()