Searched refs:CLONE_UNTRACED (Results 1 – 5 of 5) sorted by relevance
26 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
124 .flags = CLONE_FS | CLONE_UNTRACED | CLONE_VM | in vhost_task_create()
2650 CLONE_IO|CLONE_VM|CLONE_UNTRACED; in create_io_thread()2710 if (!(clone_flags & CLONE_UNTRACED)) { in kernel_clone()2775 .flags = ((flags | CLONE_VM | CLONE_UNTRACED) & ~CSIGNAL), in kernel_thread()2792 .flags = ((flags | CLONE_VM | CLONE_UNTRACED) & ~CSIGNAL), in user_mode_thread()
128 DEFINE(_CLONE_UNTRACED, CLONE_UNTRACED); in main()