Home
last modified time | relevance | path

Searched refs:__WALL (Results 1 – 25 of 36) sorted by relevance

12

/external/strace/xlat/
Dwait4_options.h15 #if defined(__WALL) || (defined(HAVE_DECL___WALL) && HAVE_DECL___WALL)
17 static_assert((__WALL) == (0x40000000), "__WALL != 0x40000000");
20 # define __WALL 0x40000000
64 XLAT(__WALL),
Dwait4_options.in11 __WALL 0x40000000
/external/strace/tests/
Dwait4.c124 if (wait4(pid, s, WNOHANG|__WALL, NULL)) in main()
129 if (wait4(pid, s, WNOHANG|__WALL, rusage)) in main()
150 assert(do_wait4(pid, s, __WALL, rusage) == pid); in main()
194 assert(wait4(-1, s, WNOHANG|WSTOPPED|__WALL, rusage) == -1); in main()
/external/strace/tests-m32/
Dwait4.c124 if (wait4(pid, s, WNOHANG|__WALL, NULL)) in main()
129 if (wait4(pid, s, WNOHANG|__WALL, rusage)) in main()
150 assert(do_wait4(pid, s, __WALL, rusage) == pid); in main()
194 assert(wait4(-1, s, WNOHANG|WSTOPPED|__WALL, rusage) == -1); in main()
/external/strace/tests-mx32/
Dwait4.c124 if (wait4(pid, s, WNOHANG|__WALL, NULL)) in main()
129 if (wait4(pid, s, WNOHANG|__WALL, rusage)) in main()
150 assert(do_wait4(pid, s, __WALL, rusage) == pid); in main()
194 assert(wait4(-1, s, WNOHANG|WSTOPPED|__WALL, rusage) == -1); in main()
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c72 wpid = waitpid(pid, &status, __WALL); in run_test()
98 wpid = waitpid(pid, &status, __WALL); in run_test()
124 wpid = waitpid(pid, &status, __WALL); in run_test()
Dbreakpoint_test_arm64.c136 wpid = waitpid(pid, &status, __WALL); in run_test()
163 wpid = waitpid(pid, &status, __WALL); in run_test()
/external/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_filesystem_test.c578 while (waitpid(pid, &error, __WALL) == EOF && in main()
596 while (waitpid(pid, &error, __WALL) == EOF && in main()
613 while (waitpid(pid, &error, __WALL) == EOF && in main()
Dnewns.c46 while (waitpid(pid, NULL, __WALL) == EOF && errno == EINTR) in main()
/external/kernel-headers/original/uapi/linux/
Dwait.h13 #define __WALL 0x40000000 /* Wait on all children, regardless of type */ macro
/external/honggfuzz/posix/
Darch.c195 #if defined(__WALL) in arch_checkWait()
196 wflags |= __WALL; in arch_checkWait()
/external/syzkaller/tools/kcovtrace/
Dkcovtrace.c53 while (waitpid(-1, &status, __WALL) != pid) { in main()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc146 HANDLE_EINTR(waitpid_status, internal_waitpid(tid, &status, __WALL)); in SuspendThread()
439 uptr waitpid_status = internal_waitpid(tracer_pid, nullptr, __WALL); in StopTheWorld()
/external/elfutils/tests/
Dbacktrace.c290 pid_t got = waitpid (pid2, &status, __WALL); in prepare_thread()
365 pid_t pid2 = waitpid (-1, &status, __WALL); in exec_dump()
/external/compiler-rt/lib/esan/
Desan_sideline_linux.cpp138 uptr Status = internal_waitpid(SidelineId, nullptr, __WALL); in joinThread()
/external/honggfuzz/
Dsubproc.c421 #if defined(__WALL) in subproc_System()
422 flags |= __WALL; in subproc_System()
/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_syscall_vdso.c396 pid = waitpid(-1, &status, __WALL); in ptrace_me()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper.cc70 while (sys_waitpid(pid, NULL, __WALL) < 0) { in SuspendThread()
/external/honggfuzz/linux/
Darch.c228 pid_t pid = TEMP_FAILURE_RETRY(waitpid(-1, &status, __WALL | __WNOTHREAD | WNOHANG)); in arch_checkWait()
/external/elfutils/libdwfl/
Dlinux-pid-attach.c96 if (waitpid (tid, &status, __WALL) != tid || !WIFSTOPPED (status)) in __libdwfl_ptrace_attach()
/external/strace/
DREADME-linux-ptrace97 pid = waitpid(pid_or_minus_1, &status, __WALL);
102 ??? Do we require __WALL usage, or will just using 0 be ok? Are the
106 __WALL value does not include WSTOPPED and WEXITED bits, but implies
116 __WALL | WNOHANG);
/external/syzkaller/sys/linux/
Dsys_386.const840 __WALL = 1073741824
Dsys_amd64.const840 __WALL = 1073741824
/external/syzkaller/executor/
Dcommon.h469 #define WAIT_FLAGS __WALL
Dcommon_linux.h1516 while (waitpid(-1, &status, __WALL) != pid) { in wait_for_loop()
1911 if (waitpid(-1, status, WNOHANG | __WALL) == pid) in kill_and_wait()
1947 while (waitpid(-1, status, __WALL) != pid) { in kill_and_wait()

12