Searched refs:WIFSTOPPED (Results 1 – 25 of 106) sorted by relevance
12345
32 #undef WIFSTOPPED38 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro39 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
140 } else if (WIFSTOPPED(status)) { in main()148 if (WIFSTOPPED(status)) { in main()
89 if (wpid != child_pid || !WIFSTOPPED(status)) { in WorkaroundNeeded()119 if (wpid != child_pid || !WIFSTOPPED(status)) { in WorkaroundNeeded()
68 if (!WIFSTOPPED(status)) { in run_test()99 if (!WIFSTOPPED(status)) { in run_test()
133 if (!WIFSTOPPED(status)) { in run_test()165 if (!WIFSTOPPED(status)) { in run_test()
172 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()
43 if (WIFSTOPPED(status)) in tst_strstatus()
292 assert (WIFSTOPPED (status)); in prepare_thread()358 assert (WIFSTOPPED (status)); in exec_dump()368 assert (WIFSTOPPED (status)); in exec_dump()
75 if (WIFSTOPPED(s)) { in main()