/third_party/ltp/include/ |
D | libsigwait.h | 24 void test_empty_set(swi_func sigwaitinfo, int signo, 26 void test_timeout(swi_func sigwaitinfo, int signo, enum tst_ts_type type); 27 void test_unmasked_matching(swi_func sigwaitinfo, int signo, 29 void test_unmasked_matching_noinfo(swi_func sigwaitinfo, int signo, 31 void test_masked_matching(swi_func sigwaitinfo, int signo, 33 void test_masked_matching_rt(swi_func sigwaitinfo, int signo, 35 void test_masked_matching_noinfo(swi_func sigwaitinfo, int signo, 37 void test_bad_address(swi_func sigwaitinfo, int signo, 39 void test_bad_address2(swi_func sigwaitinfo, int signo LTP_ATTRIBUTE_UNUSED, 41 void test_bad_address3(swi_func sigwaitinfo, int signo LTP_ATTRIBUTE_UNUSED,
|
/third_party/ltp/libs/libltpsigwait/ |
D | sigwait.c | 12 void test_empty_set(swi_func sigwaitinfo, int signo, in test_empty_set() argument 24 TEST(sigwaitinfo(&sigs, &si, NULL)); in test_empty_set() 38 void test_timeout(swi_func sigwaitinfo, int signo, enum tst_ts_type type) in test_timeout() argument 54 TEST(sigwaitinfo(&sigs, &si, tst_ts_get(&ts))); in test_timeout() 71 void test_unmasked_matching(swi_func sigwaitinfo, int signo, in test_unmasked_matching() argument 84 TEST(sigwaitinfo(&sigs, &si, NULL)); in test_unmasked_matching() 99 void test_unmasked_matching_noinfo(swi_func sigwaitinfo, int signo, in test_unmasked_matching_noinfo() argument 111 TEST(sigwaitinfo(&sigs, NULL, NULL)); in test_unmasked_matching_noinfo() 121 void test_masked_matching(swi_func sigwaitinfo, int signo, in test_masked_matching() argument 144 TEST(sigwaitinfo(&sigs, &si, NULL)); in test_masked_matching() [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | 49-1-buildonly.c | 15 dummyvar = sigwaitinfo; in dummyfcn()
|
/third_party/musl/src/signal/ |
D | sigwaitinfo.c | 3 int sigwaitinfo(const sigset_t *restrict mask, siginfo_t *restrict si) in sigwaitinfo() function
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/ |
D | coverage.txt | 1 This document defines the coverage for function sigwaitinfo().
|
D | 9-1.c | 58 if (sigwaitinfo(&selectset, NULL) != SIGTOTEST) { in main()
|
D | 5-1.c | 55 if (sigwaitinfo(&selectset, &info) == -1) { in main()
|
D | 6-1.c | 55 if (sigwaitinfo(&selectset, &info) == -1) { in main()
|
D | 1-1.c | 59 if (sigwaitinfo(&selectset, NULL) == -1) { in main()
|
D | 3-1.c | 60 if (sigwaitinfo(&selectset, NULL) == -1) { in main()
|
D | 2-1.c | 68 if (sigwaitinfo(&selectset, NULL) != SIGRTMIN) { in main()
|
D | 8-1.c | 71 if (sigwaitinfo(&selectset, &info) != SIGTOTEST) { in main()
|
D | 7-1.c | 72 if (sigwaitinfo(&selectset, &info) != SIGTOTEST) { in main()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
D | cpuset_memory_test.c | 302 if (sigwaitinfo(&waitset, NULL) < 0) in thread2_routine() 354 signo = sigwaitinfo(&waitset, NULL); in main()
|
/third_party/ltp/testcases/kernel/syscalls/sigwaitinfo/ |
D | sigwaitinfo01.c | 9 return sigwaitinfo(set, info); in my_sigwaitinfo()
|
/third_party/musl/libc-test/src/functionalext/supplement/signal/ |
D | sigwaitinfo.c | 49 result = sigwaitinfo(&set, &info); in sigwaitinfo_0100()
|
D | test_src_functionalext_supplement_signal.gni | 29 "sigwaitinfo",
|
/third_party/ltp/testcases/kernel/syscalls/ |
D | Makefile | 30 sigrelse sigsuspend sigtimedwait sigwait sigwaitinfo stime \
|
/third_party/musl/src/time/ |
D | timer_create.c | 48 while (sigwaitinfo(SIGTIMER_SET, &si) < 0); in start()
|
/third_party/musl/porting/linux/user/src/time/ |
D | timer_create.c | 50 while (sigwaitinfo(SIGTIMER_SET, &si) < 0); in start()
|
/third_party/python/Doc/library/ |
D | signal.rst | 343 See also :func:`sigwait`, :func:`sigwaitinfo`, :func:`sigtimedwait` and 566 :func:`sigwaitinfo` and :func:`sigtimedwait`. 571 .. function:: sigwaitinfo(sigset) 587 .. availability:: Unix. See the man page :manpage:`sigwaitinfo(2)` for further 602 Like :func:`sigwaitinfo`, but takes an additional *timeout* argument 609 See also :func:`pause`, :func:`sigwait` and :func:`sigwaitinfo`.
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.signals | 61 sigwaitinfo YES LOW
|
/third_party/musl/libc-test/src/api/ |
D | signal.c | 179 {int(*p)(const sigset_t*restrict,siginfo_t*restrict) = sigwaitinfo;} in f()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | signal.h | 217 int sigwaitinfo(const sigset_t *__restrict, siginfo_t *__restrict);
|
/third_party/musl/include/ |
D | signal.h | 226 int sigwaitinfo(const sigset_t *__restrict, siginfo_t *__restrict);
|