Home
last modified time | relevance | path

Searched refs:sigsuspend (Results 1 - 25 of 31) sorted by relevance

12

/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
H A Dcpuset_mem_hog.c80 sigsuspend(&signalset); in mem_hog()
99 sigsuspend(&signalset); in mem_hog()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
H A Dcpuset_cpu_hog.c188 sigsuspend(&signalset); in cpu_hog()
278 sigsuspend(&signalset); in main()
300 sigsuspend(&signalset); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H A D46-1-buildonly.c3 int sigsuspend(const sigset_t *);
14 dummyvar = sigsuspend; in dummyfcn()
/third_party/musl/src/signal/
H A Dsigpause.c8 return sigsuspend(&mask); in sigpause()
H A Dsigsuspend.c4 int sigsuspend(const sigset_t *mask) in sigsuspend() function
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigsuspend.c4 int sigsuspend(const sigset_t *mask) in sigsuspend() function
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/
H A Dcpuctl_fj_cpu-hog.c60 sigsuspend(&signalset); in main()
62 err(1, "sigsuspend()"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/
H A D3-1.c11 This program checks to see that sigsuspend does not return when sent a signal
18 is to terminate the program. sigsuspend() should not return, and if it does, then have the
45 if (sigsuspend(&tempmask) != -1) { in main()
46 perror("sigsuspend error"); in main()
51 ("Test FAILED: Should not have returned from sigsuspend\n"); in main()
76 ("Test UNRESOLVED: sigsuspend in child process was not successful\n"); in main()
82 ("Test FAILED: sigsuspend did not suspend the child\n"); in main()
H A D6-1.c15 3. In the child process, make sure that sigsuspend returns a -1 and pass that info
58 if (sigsuspend(&tempmask) != -1) { in main()
59 perror("sigsuspend error"); in main()
H A D4-1.c13 This is its original signal mask. Now suspend the child, passing sigsuspend another
17 3. Once the sigsuspend returns, have the child probe the signal mask using the is_changed()
19 before the call to sigsuspend. I.e. SIGUSR1 in the mask and SIGUSR2 not in the mask. Have
104 if (sigsuspend(&tempmask) != -1) in main()
105 perror("sigsuspend error"); in main()
113 ("signal mask was not restored properly after sigsuspend returned\n"); in main()
H A D1-1.c13 1. sigsuspend() replaces the original signal mask (containing SIGUSR1)
15 by having the child call sigsuspend, and then have the parent send the
23 resume execution. If the SIGUSR2 is only delivered after sigsuspend
25 the child was suspended, and therefore that proves that sigsuspend()
106 if (sigsuspend(&tempmask) != -1) in main()
107 perror("sigsuspend error"); in main()
125 ("Test FAILED: sigsuspend did not add SIGUSR2 to the temporary mask\n"); in main()
148 ("Test UNRESOLVED: Either sigsuspend did not successfully block SIGUSR2, OR sigsuspend returned before handling the signal SIGUSR1\n"); in main()
154 ("Test FAILED: sigsuspend di in main()
[all...]
/third_party/ltp/testcases/kernel/controllers/cgroup_fj/
H A Dcgroup_fj_proc.c43 sigsuspend(&signalset); in main()
45 err(1, "sigsuspend()"); in main()
/third_party/ltp/testcases/kernel/syscalls/sigsuspend/
H A Dsigsuspend01.c6 * Verify the basic function of sigsuspend():
7 * 1) sigsuspend() can replace process's current signal mask
10 * 2) sigsuspend() should return after the execution of signal
38 TEST(sigsuspend(&signalset)); in verify_sigsuspend()
44 "sigsuspend() returned value %ld", TST_RET); in verify_sigsuspend()
49 tst_res(TFAIL, "sigsuspend() didn't unblock SIGALRM"); in verify_sigsuspend()
55 tst_res(TFAIL, "sigsuspend() failed to " in verify_sigsuspend()
60 tst_res(TPASS, "sigsuspend() succeeded"); in verify_sigsuspend()
/third_party/ltp/testcases/kernel/syscalls/
H A DMakefile30 sigrelse sigsuspend sigtimedwait sigwait sigwaitinfo stime \
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A Dsigsuspend.c79 result = sigsuspend(&set_without_sig); in sigsuspend_0100()
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h234 #define sigsuspend _sigsuspend macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h213 int sigsuspend(const sigset_t *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h213 int sigsuspend(const sigset_t *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h213 int sigsuspend(const sigset_t *);
/third_party/musl/porting/linux/user/include/
H A Dsignal.h236 int sigsuspend(const sigset_t *);
/third_party/musl/include/
H A Dsignal.h235 int sigsuspend(const sigset_t *);
/third_party/musl/libc-test/src/api/
H A Dsignal.c176 {int(*p)(const sigset_t*) = sigsuspend;} in f()
/third_party/toybox/toys/pending/
H A Dtcpsvd.c319 sigsuspend(&ss); in tcpsvd_main()
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c1114 sigsuspend(&al_mask); in doio_delay()
4769 sigsuspend(&signalset); in aio_wait()
/third_party/mksh/
H A Djobs.c1158 sigsuspend(&sm_default);

Completed in 20 milliseconds

12