/third_party/musl/porting/liteos_m/kernel/include/ |
D | semaphore.h | 27 int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict); 33 __REDIR(sem_timedwait, __sem_timedwait_time64);
|
/third_party/musl/ndk_musl_include/ |
D | semaphore.h | 27 int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict); 33 __REDIR(sem_timedwait, __sem_timedwait_time64);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | semaphore.h | 27 int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict); 33 __REDIR(sem_timedwait, __sem_timedwait_time64);
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | semaphore.h | 26 int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict); 32 __REDIR(sem_timedwait, __sem_timedwait_time64);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | semaphore.h | 27 int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict); 33 __REDIR(sem_timedwait, __sem_timedwait_time64);
|
/third_party/musl/include/ |
D | semaphore.h | 27 int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict); 33 __REDIR(sem_timedwait, __sem_timedwait_time64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | semaphore.h | 27 int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict); 33 __REDIR(sem_timedwait, __sem_timedwait_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | semaphore.h | 29 int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict); 35 __REDIR(sem_timedwait, __sem_timedwait_time64);
|
/third_party/musl/libc-test/src/functional/ |
D | sem_init.c | 19 T(sem_timedwait(s+1, &ts)); in start() 69 if (sem_timedwait(&s, &ts)!=-1 || errno != ETIMEDOUT) in single_thread()
|
/third_party/musl/src/thread/ |
D | sem_wait.c | 5 return sem_timedwait(sem, 0); in sem_wait()
|
D | sem_timedwait.c | 9 int sem_timedwait(sem_t *restrict sem, const struct timespec *restrict at) in sem_timedwait() function
|
/third_party/musl/compat/time32/ |
D | sem_timedwait_time32.c | 7 return sem_timedwait(sem, !ts32 ? 0 : (&(struct timespec){ in __sem_timedwait_time32()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/ |
D | coverage.txt | 2 This file defines the coverage for sem_timedwait
|
D | 7-1.c | 46 while (sem_timedwait(&mysemp, &ts) == -1) { in main()
|
D | 6-1.c | 42 sts = sem_timedwait(&mysemp, &ts); in main()
|
D | 6-2.c | 44 sts = sem_timedwait(&mysemp, &ts); in main()
|
D | 1-1.c | 43 sts = sem_timedwait(&mysemp, &ts); in main()
|
D | 4-1.c | 43 sts = sem_timedwait(&mysemp, &ts); in main()
|
D | 3-1.c | 47 while (sem_timedwait(&mysemp, &ts) == -1) { in main()
|
D | 2-2.c | 46 sts = sem_timedwait(&mysemp, &ts); in main()
|
D | 2-1.c | 47 if (sem_timedwait(&mysemp, &ts) == -1) { in main()
|
D | 10-1.c | 58 rc = sem_timedwait(&mysemp, &ts); in main()
|
/third_party/musl/libc-test/src/api/ |
D | semaphore.c | 18 {int(*p)(sem_t*restrict,const struct timespec*restrict) = sem_timedwait;} in g()
|
/third_party/ffmpeg/compat/dispatch_semaphore/ |
D | semaphore.h | 28 #define sem_timedwait(psem, val) dispatch_semaphore_wait(*psem, dispatch_walltime(val, 0)) macro
|
/third_party/musl/porting/linux/user/src/thread/ |
D | sem_timedwait.c | 27 int sem_timedwait(sem_t *restrict sem, const struct timespec *restrict at) in sem_timedwait() function
|