Searched refs:CLONE_UNTRACED (Results 1 – 4 of 4) sorted by relevance
26 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
128 DEFINE(_CLONE_UNTRACED, CLONE_UNTRACED); in main()
2697 CLONE_IO|CLONE_VM|CLONE_UNTRACED; in create_io_thread() 2753 * called from kernel_thread or CLONE_UNTRACED is explicitly in kernel_clone() 2757 if (!(clone_flags & CLONE_UNTRACED)) { in kernel_clone() 2822 .flags = ((flags | CLONE_VM | CLONE_UNTRACED) & ~CSIGNAL), in kernel_thread() 2839 .flags = ((flags | CLONE_VM | CLONE_UNTRACED) & ~CSIGNAL), in user_mode_thread()