Home
last modified time | relevance | path

Searched refs:sigpause (Results 1 - 18 of 18) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H A D40-1-buildonly.c4 int sigpause(int);
15 dummyvar = sigpause; in dummyfcn()
/third_party/musl/src/signal/
H A Dsigpause.c3 int sigpause(int sig) in sigpause() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/
H A D4-1.c8 This program verifies that sigpause() returns -1 and sets errno to EINVAL
36 return_value = sigpause(-1); in main()
39 printf("Test PASSED: sigpause returned -1 and " in main()
43 printf("Test FAILED: sigpause did not set errno " in main()
48 printf("Test FAILED: sigpause did not return -1\n"); in main()
50 printf("Test FAILED: sigpause did not set errno " in main()
H A D1-2.c8 This program verifies that sigpause() suspends the calling process
14 sigpause().
16 variable hasn't been set yet. If it has, that means that sigpause
20 sigpause returned from suspension.
48 sigpause(SIGTOTEST); in a_thread_func()
66 printf("Test FAILED: sigpause returned before " in main()
80 printf("Test FAILED: signal was sent, but sigpause " in main()
H A D1-1.c8 This program verifies that sigpause() removes sig from the signal mask.
13 sigpause().
48 sigpause(SIGTOTEST); in a_thread_func()
H A D3-1.c8 This program verifies that sigpause() returns -1 and sets errno to EINTR
14 sigpause().
15 2. From the main() thread, send signal to new thread to make sigpause return.
16 3. Verify that sigpause returns -1 and sets errno to EINTR.
48 return_value = sigpause(SIGTOTEST); in a_thread_func()
51 printf("Test PASSED: sigpause returned -1 " in a_thread_func()
55 printf("Test FAILED: sigpause did not " in a_thread_func()
61 printf("Test FAILED: sigpause did not return -1\n"); in a_thread_func()
63 printf("Test FAILED: sigpause did not set errno to EINTR\n"); in a_thread_func()
64 printf("Test FAILED: sigpause di in a_thread_func()
[all...]
H A D2-1.c8 This program verifies that sigpause() restores sig to the signal mask before
14 mask and to suspend itself using sigpause(SIGTOTEST).
17 3. Once the new thread returns from sigpause, have the new thread raise
65 if ((sigpause(SIGTOTEST) != -1) || (errno != EINTR)) { in a_thread_func()
66 printf("Test UNRESOLVED: sigpause didn't return -1 " in a_thread_func()
78 "sigpause returned."); in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
H A D1-2.c61 sigpause(SIGABRT); in main()
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A Dsigpause.c72 result = sigpause(sig); in sigpause_0100()
H A Dsigrelse.c72 result = sigpause(sig); in sigrelse_0100()
/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h235 int sigpause(int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h235 int sigpause(int);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h235 int sigpause(int);
/third_party/musl/porting/linux/user/include/
H A Dsignal.h258 int sigpause(int);
/third_party/musl/include/
H A Dsignal.h257 int sigpause(int);
/third_party/musl/libc-test/src/api/
H A Dsignal.c170 {int(*p)(int) = sigpause;} in f()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl14.c854 sigpause(SIGUSR1); in run_test()
1105 (void)sigpause(SIGUSR1); in main()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp10034 extern int sigpause (int __sig) __asm__ ("__xpg_sigpause");
[all...]

Completed in 30 milliseconds