Searched refs:CLONE_UNTRACED (Results 1 – 9 of 9) 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
63 # define CLONE_UNTRACED 0x00800000 /* Set if the tracing process can't macro
26 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
124 DEFINE(_CLONE_UNTRACED, CLONE_UNTRACED); in main()
2498 CLONE_UNTRACED) & ~CSIGNAL), in create_io_thread()2545 if (!(clone_flags & CLONE_UNTRACED)) { in kernel_clone()2605 CLONE_UNTRACED) & ~CSIGNAL), in kernel_thread()