Home
last modified time | relevance | path

Searched refs:WUNTRACED (Results 1 – 20 of 20) 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 Dwait.h6 #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 Dwait.h6 #define WUNTRACED 0x00000002 macro
7 #define WSTOPPED WUNTRACED
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dwait.h6 #define WUNTRACED 0x00000002 macro
7 #define WSTOPPED WUNTRACED
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dstart_up.c105 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 Dprocess.c61 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 Dwaitflags.h26 #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 Dwaitflags.h26 #define WUNTRACED 2 /* Report status of stopped children. */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c224 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED); in test_setuid()
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c125 ASSERT_EQ(sys_waitid(P_PIDFD, pidfd, &info, WUNTRACED, NULL), 0); in TEST()
/OK3568_Linux_fs/external/recovery/mtdutils/
H A Drk29.c63 if (-1 == waitpid(pid, &status, WCONTINUED | WUNTRACED)) { in run()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/
H A Drk29.c46 if (-1 == waitpid(pid, &status, WCONTINUED | WUNTRACED)) { in run()
/OK3568_Linux_fs/kernel/kernel/
H A Dexit.c1155 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 Dprotection_keys.c1336 ret = waitpid(child_pid, &status, WUNTRACED); in test_ptrace_of_child()
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c1428 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 Dlibc.info-112381 pid = waitpid (WAIT_ANY, &w, WNOHANG | WUNTRACED);
7503 ‘WNOHANG’ and ‘WUNTRACED’ flags. You can use the ‘WNOHANG’ flag to
7505WUNTRACED’ flag to request status information from stopped
7568WUNTRACED
H A Dlibc.info-123010 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 Dlibc.info-173983 * 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 Dlibc.info-112381 pid = waitpid (WAIT_ANY, &w, WNOHANG | WUNTRACED);
7503 ‘WNOHANG’ and ‘WUNTRACED’ flags. You can use the ‘WNOHANG’ flag to
7505WUNTRACED’ flag to request status information from stopped
7568WUNTRACED
H A Dlibc.info-123010 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 Dlibc.info-173983 * WUNTRACED: Process Completion. (line 101)