/third_party/musl/src/signal/ |
D | sigwaitinfo.c | 5 return sigtimedwait(mask, si, 0); in sigwaitinfo()
|
D | sigwait.c | 6 if (sigtimedwait(mask, &si, 0) < 0) in sigwait()
|
D | sigtimedwait.c | 26 int sigtimedwait(const sigset_t *restrict mask, siginfo_t *restrict si, const struct timespec *rest… in sigtimedwait() function
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | 47-1-buildonly.c | 18 dummyvar = sigtimedwait; in dummyfcn()
|
/third_party/musl/compat/time32/ |
D | sigtimedwait_time32.c | 7 return sigtimedwait(set, si, !ts32 ? 0 : (&(struct timespec){ in __sigtimedwait_time32()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigtimedwait/ |
D | coverage.txt | 1 This file defines the coverage for the sigtimedwait() function testing.
|
D | 5-1.c | 90 if (sigtimedwait(&selectset, NULL, &ts) != -1) { in main()
|
D | 6-1.c | 92 if (sigtimedwait(&selectset, NULL, &ts) != -1) { in main()
|
D | 4-1.c | 63 if (sigtimedwait(&selectset, NULL, &ts) != SIGTOTEST) { in main()
|
D | 2-1.c | 104 if (sigtimedwait(&selectset, NULL, &ts) != -1) { in main()
|
D | 1-1.c | 103 if (sigtimedwait(&selectset, NULL, &ts) != -1) { in main()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | signal.h | 218 int sigtimedwait(const sigset_t *__restrict, siginfo_t *__restrict, const struct timespec *__restri… 287 __REDIR(sigtimedwait, __sigtimedwait_time64);
|
/third_party/musl/include/ |
D | signal.h | 227 int sigtimedwait(const sigset_t *__restrict, siginfo_t *__restrict, const struct timespec *__restri… 296 __REDIR(sigtimedwait, __sigtimedwait_time64);
|
/third_party/musl/ndk_musl_include/ |
D | signal.h | 219 int sigtimedwait(const sigset_t *__restrict, siginfo_t *__restrict, const struct timespec *__restri… 282 __REDIR(sigtimedwait, __sigtimedwait_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | signal.h | 218 int sigtimedwait(const sigset_t *__restrict, siginfo_t *__restrict, const struct timespec *__restri… 287 __REDIR(sigtimedwait, __sigtimedwait_time64);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | signal.h | 218 int sigtimedwait(const sigset_t *__restrict, siginfo_t *__restrict, const struct timespec *__restri… 287 __REDIR(sigtimedwait, __sigtimedwait_time64);
|
/third_party/musl/porting/linux/user/include/ |
D | signal.h | 238 int sigtimedwait(const sigset_t *__restrict, siginfo_t *__restrict, const struct timespec *__restri… 307 __REDIR(sigtimedwait, __sigtimedwait_time64);
|
/third_party/ltp/testcases/kernel/syscalls/sigtimedwait/ |
D | sigtimedwait01.c | 9 return sigtimedwait(set, info, timeout); in my_sigtimedwait()
|
/third_party/ltp/testcases/kernel/syscalls/ |
D | Makefile | 30 sigrelse sigsuspend sigtimedwait sigwait sigwaitinfo stime \
|
/third_party/musl/libc-test/src/eabi/ |
D | __sigtimedwait_time64.c | 47 signal = sigtimedwait(&set2, &siginfo, &timeout); in sigtimedwait_0100()
|
/third_party/musl/libc-test/src/regression/ |
D | malloc-double-free-check.c | 72 if (sigtimedwait(&set, 0, &(struct timespec){5, 0}) == -1) { /* Wait for 5 seconds */ in main()
|
D | malloc-overflow-check.c | 85 if (sigtimedwait(&set, 0, &(struct timespec){5, 0}) == -1) { /* Wait for 5 seconds */ in main()
|
D | malloc-modify-pointer.c | 118 if (sigtimedwait(&set, 0, &(struct timespec){5, 0}) == -1) { /* Wait for 5 seconds */ in main()
|
/third_party/musl/libc-test/src/common/ |
D | runtest.c | 76 if (sigtimedwait(&set, 0, &(struct timespec){timeoutsec,0}) == -1) { in main()
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
D | pidns13.c | 84 if (sigtimedwait(&newset, &info, &timeout) != SIGUSR1) { in child_fn()
|