Home
last modified time | relevance | path

Searched refs:CLONE_UNTRACED (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dasm-offsets.c38 DEFINE(CLONE_UNTRACED, CLONE_UNTRACED); in foo()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsched.h23 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsched.h23 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsched.h63 # define CLONE_UNTRACED 0x00800000 /* Set if the tracing process can't macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsched.h63 # define CLONE_UNTRACED 0x00800000 /* Set if the tracing process can't macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsched.h26 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dsched.h26 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this c… macro
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dasm-offsets.c124 DEFINE(_CLONE_UNTRACED, CLONE_UNTRACED); in main()
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c2498 CLONE_UNTRACED) & ~CSIGNAL), in create_io_thread()
2545 if (!(clone_flags & CLONE_UNTRACED)) { in kernel_clone()
2605 CLONE_UNTRACED) & ~CSIGNAL), in kernel_thread()