Home
last modified time | relevance | path

Searched refs:CLONE_PTRACE (Results 1 – 7 of 7) sorted by relevance

/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.h13 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ 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.h13 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ 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.h49 # define CLONE_PTRACE 0x00002000 /* Set if tracing continues on the child. */ 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.h49 # define CLONE_PTRACE 0x00002000 /* Set if tracing continues on the child. */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsched.h16 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dsched.h16 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c2332 ptrace_init_task(p, (clone_flags & CLONE_PTRACE) || trace); in copy_process()