Home
last modified time | relevance | path

Searched refs:WIFSTOPPED (Results 1 – 25 of 106) sorted by relevance

12345

/external/openssh/openbsd-compat/
Dbsd-waitpid.h32 #undef WIFSTOPPED
38 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
39 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
/external/ltp/testcases/kernel/syscalls/ptrace/
Dptrace05.c140 } else if (WIFSTOPPED(status)) { in main()
148 if (WIFSTOPPED(status)) { in main()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DSingleStepCheck.cpp89 if (wpid != child_pid || !WIFSTOPPED(status)) { in WorkaroundNeeded()
119 if (wpid != child_pid || !WIFSTOPPED(status)) { in WorkaroundNeeded()
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c68 if (!WIFSTOPPED(status)) { in run_test()
99 if (!WIFSTOPPED(status)) { in run_test()
Dbreakpoint_test_arm64.c133 if (!WIFSTOPPED(status)) { in run_test()
165 if (!WIFSTOPPED(status)) { in run_test()
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc172 ASSERT_TRUE(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in GetTrace()
193 if (WIFSTOPPED(status) && WSTOPSIG(status) == SIGABRT) { in GetTrace()
199 ASSERT_TRUE(WIFSTOPPED(status) && WSTOPSIG(status) == (SIGTRAP | 0x80)); in GetTrace()
285 ASSERT_TRUE(WIFSTOPPED(status) && WSTOPSIG(status) == (SIGTRAP | 0x80)); in GetTrace()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc172 ASSERT_TRUE(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in GetTrace()
193 if (WIFSTOPPED(status) && WSTOPSIG(status) == SIGABRT) { in GetTrace()
199 ASSERT_TRUE(WIFSTOPPED(status) && WSTOPSIG(status) == (SIGTRAP | 0x80)); in GetTrace()
285 ASSERT_TRUE(WIFSTOPPED(status) && WSTOPSIG(status) == (SIGTRAP | 0x80)); in GetTrace()
/external/ltp/lib/
Dtst_status.c43 if (WIFSTOPPED(status)) in tst_strstatus()
/external/elfutils/tests/
Dbacktrace.c292 assert (WIFSTOPPED (status)); in prepare_thread()
358 assert (WIFSTOPPED (status)); in exec_dump()
368 assert (WIFSTOPPED (status)); in exec_dump()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D4-28.c75 if (WIFSTOPPED(s)) { in main()
D4-35.c75 if (WIFSTOPPED(s)) { in main()
D4-48.c75 if (WIFSTOPPED(s)) { in main()
D4-31.c75 if (WIFSTOPPED(s)) { in main()
D4-45.c75 if (WIFSTOPPED(s)) { in main()
D4-36.c75 if (WIFSTOPPED(s)) { in main()
D4-39.c75 if (WIFSTOPPED(s)) { in main()
D4-43.c75 if (WIFSTOPPED(s)) { in main()
D4-41.c75 if (WIFSTOPPED(s)) { in main()
D4-29.c75 if (WIFSTOPPED(s)) { in main()
D4-27.c75 if (WIFSTOPPED(s)) { in main()
D4-44.c75 if (WIFSTOPPED(s)) { in main()
D4-33.c75 if (WIFSTOPPED(s)) { in main()
D4-52.c75 if (WIFSTOPPED(s)) { in main()
D4-42.c75 if (WIFSTOPPED(s)) { in main()
D4-46.c75 if (WIFSTOPPED(s)) { in main()

12345