Home
last modified time | relevance | path

Searched refs:sem_timedwait (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/musl/porting/liteos_m/kernel/include/
Dsemaphore.h27 int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict);
33 __REDIR(sem_timedwait, __sem_timedwait_time64);
/third_party/musl/ndk_musl_include/
Dsemaphore.h27 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/
Dsemaphore.h27 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/
Dsemaphore.h26 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/
Dsemaphore.h27 int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict);
33 __REDIR(sem_timedwait, __sem_timedwait_time64);
/third_party/musl/include/
Dsemaphore.h27 int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict);
33 __REDIR(sem_timedwait, __sem_timedwait_time64);
/third_party/musl/porting/uniproton/kernel/include/
Dsemaphore.h27 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/
Dsemaphore.h29 int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict);
35 __REDIR(sem_timedwait, __sem_timedwait_time64);
/third_party/musl/libc-test/src/functional/
Dsem_init.c19 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/
Dsem_wait.c5 return sem_timedwait(sem, 0); in sem_wait()
Dsem_timedwait.c9 int sem_timedwait(sem_t *restrict sem, const struct timespec *restrict at) in sem_timedwait() function
/third_party/musl/compat/time32/
Dsem_timedwait_time32.c7 return sem_timedwait(sem, !ts32 ? 0 : (&(struct timespec){ in __sem_timedwait_time32()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/
Dcoverage.txt2 This file defines the coverage for sem_timedwait
D7-1.c46 while (sem_timedwait(&mysemp, &ts) == -1) { in main()
D6-1.c42 sts = sem_timedwait(&mysemp, &ts); in main()
D6-2.c44 sts = sem_timedwait(&mysemp, &ts); in main()
D1-1.c43 sts = sem_timedwait(&mysemp, &ts); in main()
D4-1.c43 sts = sem_timedwait(&mysemp, &ts); in main()
D3-1.c47 while (sem_timedwait(&mysemp, &ts) == -1) { in main()
D2-2.c46 sts = sem_timedwait(&mysemp, &ts); in main()
D2-1.c47 if (sem_timedwait(&mysemp, &ts) == -1) { in main()
D10-1.c58 rc = sem_timedwait(&mysemp, &ts); in main()
/third_party/musl/libc-test/src/api/
Dsemaphore.c18 {int(*p)(sem_t*restrict,const struct timespec*restrict) = sem_timedwait;} in g()
/third_party/ffmpeg/compat/dispatch_semaphore/
Dsemaphore.h28 #define sem_timedwait(psem, val) dispatch_semaphore_wait(*psem, dispatch_walltime(val, 0)) macro
/third_party/musl/porting/linux/user/src/thread/
Dsem_timedwait.c27 int sem_timedwait(sem_t *restrict sem, const struct timespec *restrict at) in sem_timedwait() function

1234