/third_party/ltp/testcases/kernel/syscalls/rt_sigtimedwait/ |
D | rt_sigtimedwait01.c | 46 …{ .sigwait = my_rt_sigtimedwait, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kerne… 50 …{ .sigwait = my_rt_sigtimedwait_time64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 with… 59 tc->tf(tv->sigwait, tc->signo, tv->ts_type); in run()
|
/third_party/python/Lib/ |
D | signal.py | 80 @_wraps(_signal.sigwait) 81 def sigwait(sigset): function 82 retsig = _signal.sigwait(sigset)
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/ |
D | 2-1.c | 92 if (sigwait(&newmask, &sig) != 0) { in main() 110 if (sigwait(&newmask, &sig) != 0) { in main()
|
D | 8-1.c | 54 if (sigwait(&newmask, &sig) != 0) { in main()
|
D | 4-1.c | 61 if (sigwait(&newmask, &sig) != 0) { in main()
|
D | coverage.txt | 1 This document defines the coverage for function sigwait().
|
D | 1-1.c | 65 if (sigwait(&newmask, &sig) != 0) { in main()
|
D | 3-1.c | 82 if (sigwait(&newmask, &sig) != 0) { in main()
|
D | 6-1.c | 96 ret = sigwait(&setusr, &sig); in threaded()
|
D | 7-1.c | 150 ret = sigwait(&set, &sig); in main()
|
D | 6-2.c | 96 ret = sigwait(&setusr, &sig); in threaded()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
D | 6-1.c | 98 if (sigwait(&set, &sig) == -1) { in main() 124 if (sigwait(&set, &sig) == -1) { in main()
|
D | 2-1.c | 103 if (sigwait(&set, &sig) == -1) { in main()
|
D | 9-1.c | 99 if (sigwait(&set, &sig) == -1) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/timers/ |
D | twoptimers.c | 75 if (sigwait(&set, &sig) == -1) { in main() 130 if (sigwait(&set, &sig) == -1) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | 48-1-buildonly.c | 14 dummyvar = sigwait; in dummyfcn()
|
/third_party/musl/src/signal/ |
D | sigwait.c | 3 int sigwait(const sigset_t *restrict mask, int *restrict sig) in sigwait() function
|
/third_party/ltp/testcases/realtime/func/pthread_kill_latency/ |
D | pthread_kill_latency.c | 151 sigwait(&set, &sig); in signal_receiving_thread() 160 sigwait(&set, &sig); in signal_receiving_thread()
|
/third_party/ltp/testcases/kernel/syscalls/sigwait/ |
D | sigwait01.c | 11 int err = sigwait(set, &ret); in my_sigwait()
|
/third_party/musl/libc-test/src/functionalext/supplement/signal/ |
D | sigwait.c | 51 result = sigwait(&set, &sig); in sigwait_0100()
|
D | test_src_functionalext_supplement_signal.gni | 28 "sigwait",
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/ |
D | 1-2.c | 68 if (0 != sigwait(&set, &sig)) { in main()
|
/third_party/ltp/testcases/kernel/syscalls/ |
D | Makefile | 30 sigrelse sigsuspend sigtimedwait sigwait sigwaitinfo stime \
|
/third_party/ltp/include/ |
D | time64_variants.h | 55 int (*sigwait) (const sigset_t * set, siginfo_t * info, member
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
D | 1-1.c | 36 if (sigwait(&signalset, &sig) != 0) { in child_proc()
|