| /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 D | wait.h | 6 #define WUNTRACED 0x00000002 macro 7 #define WSTOPPED WUNTRACED
|
| /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 D | wait.h | 6 #define WUNTRACED 0x00000002 macro 7 #define WSTOPPED WUNTRACED
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | wait.h | 6 #define WUNTRACED 0x00000002 macro 7 #define WSTOPPED WUNTRACED
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | start_up.c | 105 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in start_ptraced_child() 176 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in check_sysemu() 216 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in check_sysemu() 274 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in check_ptrace()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/skas/ |
| H A D | process.c | 61 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in wait_stub_done() 159 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in handle_trap() 298 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in start_userspace() 382 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in userspace()
|
| /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 D | waitflags.h | 26 #define WUNTRACED 2 /* Report status of stopped children. */ 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 D | waitflags.h | 26 #define WUNTRACED 2 /* Report status of stopped children. */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/safesetid/ |
| H A D | safesetid-test.c | 224 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED); in test_setuid()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/ |
| H A D | pidfd_wait.c | 125 ASSERT_EQ(sys_waitid(P_PIDFD, pidfd, &info, WUNTRACED, NULL), 0); in TEST()
|
| /OK3568_Linux_fs/external/recovery/mtdutils/ |
| H A D | rk29.c | 63 if (-1 == waitpid(pid, &status, WCONTINUED | WUNTRACED)) { in run()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/ |
| H A D | rk29.c | 46 if (-1 == waitpid(pid, &status, WCONTINUED | WUNTRACED)) { in run()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | exit.c | 1155 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped() 1591 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in kernel_wait4()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | protection_keys.c | 1336 ret = waitpid(child_pid, &status, WUNTRACED); in test_ptrace_of_child()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | cli_hush.c | 1428 attributes = WUNTRACED;
|
| /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/share/info/ |
| H A D | libc.info-11 | 2381 pid = waitpid (WAIT_ANY, &w, WNOHANG | WUNTRACED); 7503 ‘WNOHANG’ and ‘WUNTRACED’ flags. You can use the ‘WNOHANG’ flag to 7505 ‘WUNTRACED’ flag to request status information from stopped 7568 ‘WUNTRACED’
|
| H A D | libc.info-12 | 3010 Use the ‘WUNTRACED’ option so that status is reported for processes that 3086 pid = waitpid (WAIT_ANY, &status, WUNTRACED|WNOHANG); 3100 pid = waitpid (WAIT_ANY, &status, WUNTRACED);
|
| H A D | libc.info-17 | 3983 * WUNTRACED: Process Completion. (line 101)
|
| /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/share/info/ |
| H A D | libc.info-11 | 2381 pid = waitpid (WAIT_ANY, &w, WNOHANG | WUNTRACED); 7503 ‘WNOHANG’ and ‘WUNTRACED’ flags. You can use the ‘WNOHANG’ flag to 7505 ‘WUNTRACED’ flag to request status information from stopped 7568 ‘WUNTRACED’
|
| H A D | libc.info-12 | 3010 Use the ‘WUNTRACED’ option so that status is reported for processes that 3086 pid = waitpid (WAIT_ANY, &status, WUNTRACED|WNOHANG); 3100 pid = waitpid (WAIT_ANY, &status, WUNTRACED);
|
| H A D | libc.info-17 | 3983 * WUNTRACED: Process Completion. (line 101)
|