/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/ |
H A D | cpuset_mem_hog.c | 80 sigsuspend(&signalset); in mem_hog() 99 sigsuspend(&signalset); in mem_hog()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
H A D | cpuset_cpu_hog.c | 188 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 D | 46-1-buildonly.c | 3 int sigsuspend(const sigset_t *); 14 dummyvar = sigsuspend; in dummyfcn()
|
/third_party/musl/src/signal/ |
H A D | sigpause.c | 8 return sigsuspend(&mask); in sigpause()
|
H A D | sigsuspend.c | 4 int sigsuspend(const sigset_t *mask) in sigsuspend() function
|
/third_party/musl/porting/liteos_a/user/src/signal/ |
H A D | sigsuspend.c | 4 int sigsuspend(const sigset_t *mask) in sigsuspend() function
|
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/ |
H A D | cpuctl_fj_cpu-hog.c | 60 sigsuspend(&signalset); in main() 62 err(1, "sigsuspend()"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/ |
H A D | 3-1.c | 11 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 D | 6-1.c | 15 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 D | 4-1.c | 13 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 D | 1-1.c | 13 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 D | cgroup_fj_proc.c | 43 sigsuspend(&signalset); in main() 45 err(1, "sigsuspend()"); in main()
|
/third_party/ltp/testcases/kernel/syscalls/sigsuspend/ |
H A D | sigsuspend01.c | 6 * 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 D | Makefile | 30 sigrelse sigsuspend sigtimedwait sigwait sigwaitinfo stime \
|
/third_party/musl/libc-test/src/functionalext/supplement/signal/ |
H A D | sigsuspend.c | 79 result = sigsuspend(&set_without_sig); in sigsuspend_0100()
|
/third_party/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 234 #define sigsuspend _sigsuspend
macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | signal.h | 213 int sigsuspend(const sigset_t *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | signal.h | 213 int sigsuspend(const sigset_t *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | signal.h | 213 int sigsuspend(const sigset_t *);
|
/third_party/musl/porting/linux/user/include/ |
H A D | signal.h | 236 int sigsuspend(const sigset_t *);
|
/third_party/musl/include/ |
H A D | signal.h | 235 int sigsuspend(const sigset_t *);
|
/third_party/musl/libc-test/src/api/ |
H A D | signal.c | 176 {int(*p)(const sigset_t*) = sigsuspend;} in f()
|
/third_party/toybox/toys/pending/ |
H A D | tcpsvd.c | 319 sigsuspend(&ss); in tcpsvd_main()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | doio.c | 1114 sigsuspend(&al_mask); in doio_delay() 4769 sigsuspend(&signalset); in aio_wait()
|
/third_party/mksh/ |
H A D | jobs.c | 1158 sigsuspend(&sm_default);
|