Searched refs:CLONE_UNTRACED (Results 1 – 5 of 5) sorted by relevance
38 DEFINE(CLONE_UNTRACED, CLONE_UNTRACED); in foo()
23 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
121 DEFINE(_CLONE_UNTRACED, CLONE_UNTRACED); in main()
2154 if (!(clone_flags & CLONE_UNTRACED)) { in _do_fork()2225 return _do_fork(flags|CLONE_VM|CLONE_UNTRACED, (unsigned long)fn, in kernel_thread()