Searched refs:CLONE_UNTRACED (Results 1 – 7 of 7) sorted by relevance
37 DEFINE(CLONE_UNTRACED, CLONE_UNTRACED); in foo()
22 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
57 DEFINE(LCLONE_UNTRACED, CLONE_UNTRACED); in main()
83 DEFINE(CLONE_UNTRACED_asm, CLONE_UNTRACED); in foo()
117 DEFINE(_CLONE_UNTRACED, CLONE_UNTRACED); in main()
366 DEFINE(CLONE_UNTRACED, CLONE_UNTRACED); in main()
1693 if (!(clone_flags & CLONE_UNTRACED)) { in do_fork()1752 return do_fork(flags|CLONE_VM|CLONE_UNTRACED, (unsigned long)fn, in kernel_thread()