Home
last modified time | relevance | path

Searched refs:WSTOPSIG (Results 1 - 25 of 49) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/fortify/
H A Dunistd.c54 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_001()
93 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_002()
133 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_003()
174 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_004()
214 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_005()
253 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_006()
292 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_007()
333 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_008()
373 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_009()
411 TEST(WSTOPSIG(statu in unistd_dynamic_chk_010()
[all...]
H A Dstring_ext.c92 TEST(WSTOPSIG(status) == SIGSTOP); in test_strcat_0020()
143 TEST(WSTOPSIG(status) == SIGSTOP); in test_strncat_0020()
191 TEST(WSTOPSIG(status) == SIGSTOP); in test_stpcpy_0020()
242 TEST(WSTOPSIG(status) == SIGSTOP); in test_stpncpy_0020()
292 TEST(WSTOPSIG(status) == SIGSTOP); in test_strncpy_0020()
339 TEST(WSTOPSIG(status) == SIGSTOP); in test_memchr_0020()
386 TEST(WSTOPSIG(status) == SIGSTOP); in test_memrchr_0020()
432 TEST(WSTOPSIG(status) == SIGSTOP); in test_strchr_0020()
480 TEST(WSTOPSIG(status) == SIGSTOP); in test_strrchr_0020()
529 TEST(WSTOPSIG(statu in test_strlcat_0020()
[all...]
H A Dfcntl_ext.c75 TEST(WSTOPSIG(status) == SIGSTOP); in open_0020()
109 TEST(WSTOPSIG(status) == SIGSTOP); in open_0030()
171 TEST(WSTOPSIG(status) == SIGSTOP); in openat_0020()
205 TEST(WSTOPSIG(status) == SIGSTOP); in openat_0030()
268 TEST(WSTOPSIG(status) == SIGSTOP); in open64_0020()
302 TEST(WSTOPSIG(status) == SIGSTOP); in open64_0030()
364 TEST(WSTOPSIG(status) == SIGSTOP); in openat64_0020()
398 TEST(WSTOPSIG(status) == SIGSTOP); in openat64_0030()
H A Dstdio.c127 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_003()
166 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_004()
254 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_007()
320 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_010()
357 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_011()
413 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_012()
445 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_013()
H A Dsocket_ext.c75 TEST(WSTOPSIG(status) == SIGSTOP); in send_0010()
110 TEST(WSTOPSIG(status) == SIGSTOP); in recv_0010()
172 TEST(WSTOPSIG(status) == SIGSTOP); in sendto_0010()
207 TEST(WSTOPSIG(status) == SIGSTOP); in recvfrom_0010()
H A Dselect_test.c70 TEST(WSTOPSIG(status) == SIGSTOP); in fd_set_0020()
106 TEST(WSTOPSIG(status) == SIGSTOP); in fd_set_0030()
159 TEST(WSTOPSIG(status) == SIGSTOP); in fd_clr_0020()
195 TEST(WSTOPSIG(status) == SIGSTOP); in fd_clr_0030()
H A Dpoll.c71 TEST(WSTOPSIG(status) == SIGSTOP); in poll_0020()
161 TEST(WSTOPSIG(status) == SIGSTOP); in ppoll_0020()
H A Dstat_ext.c64 TEST(WSTOPSIG(status) == SIGSTOP); in umask_0020()
/third_party/libunwind/libunwind/tests/
H A Dtest-ptrace.c259 || (WIFSTOPPED (status) && WSTOPSIG (status) != SIGTRAP)) in main()
275 pending_sig = WSTOPSIG (status); in main()
277 if (WSTOPSIG (status) == SIGKILL) in main()
281 if (WSTOPSIG (status) == SIGUSR1) in main()
283 else if (WSTOPSIG (status) == SIGUSR2) in main()
286 if (WSTOPSIG (status) != SIGUSR1 && WSTOPSIG (status) != SIGUSR2) in main()
293 WSTOPSIG (status)); in main()
/third_party/musl/libc-test/src/functional/
H A Datexit_dlclose.c106 t_error("stopped by signal %d\n", WSTOPSIG(wstatus)); in main()
109 t_error("stopped by signal %d\n", WSTOPSIG(wstatus)); in main()
/third_party/elfutils/tests/
H A Dbacktrace-dwarf.c168 if (WSTOPSIG (status) != SIGABRT) in main()
169 error (1, 0, "unexpected signal %u", WSTOPSIG (status)); in main()
H A Dbacktrace.c340 assert (WSTOPSIG (status) == SIGUSR1); in prepare_thread()
407 assert (WSTOPSIG (status) == SIGUSR2); in exec_dump()
417 assert (WSTOPSIG (status) == SIGUSR1); in exec_dump()
/third_party/ltp/testcases/kernel/syscalls/waitpid/
H A Dwaitpid_common.h122 if (WSTOPSIG(status) != SIGSTOP) { in reap_children()
125 pid, WSTOPSIG(status)); in reap_children()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfdsan.cpp113 EXPECT_EQ("fdsan_test_fatal_level", WSTOPSIG(status), SIGSTOP); in fdsan_test_fatal_level()
173 EXPECT_EQ("fdsan_test_fork_subprocess_disabled WSTOPSIG", WSTOPSIG(status), 0); in fdsan_test_internal_fopen_succeed()
/third_party/musl/libc-test/src/api/
H A Dsys_wait.c15 C(WSTOPSIG(0)) in f()
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dwait.h50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dwait.h50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dwait.h50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dwait.h54 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/include/sys/
H A Dwait.h50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/rust/crates/rustix/src/process/
H A Dwait.rs51 Some(backend::process::wait::WSTOPSIG(self.0 as _) as _) in stopping_signal()
/third_party/rust/crates/nix/src/sys/
H A Dwait.rs101 /// is `WSTOPSIG(status)`.
173 Signal::try_from(libc::WSTOPSIG(status)) in stop_signal()
182 libc::WSTOPSIG(status) == libc::SIGTRAP | 0x80 in syscall_stop()
/third_party/toybox/toys/pending/
H A Dstrace.c553 if (WIFSTOPPED(status) && WSTOPSIG(status) & 0x80) return 1; in next()
555 fprintf(stderr, "[stopped %d (%x)]\n", status, WSTOPSIG(status)); in next()
614 fprintf(stderr, "+++ stopped with %d +++\n", WSTOPSIG(status)); in strace_main()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h95 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h94 #define WSTOPSIG(s) WEXITSTATUS(s) macro

Completed in 11 milliseconds

12