Home
last modified time | relevance | path

Searched defs:sem_timedwait (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/thread/
Dsem_timedwait.c9 int sem_timedwait(sem_t *restrict sem, const struct timespec *restrict at) in sem_timedwait() function
/third_party/ffmpeg/compat/dispatch_semaphore/
Dsemaphore.h28 #define sem_timedwait(psem, val) dispatch_semaphore_wait(*psem, dispatch_walltime(val, 0)) macro
/third_party/python/Modules/_multiprocessing/
Dsemaphore.c231 # define sem_timedwait(sem,deadline) sem_timedwait_save(sem,deadline,_save) macro
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_ops.h90 int (*sem_timedwait)(sem_t *sem, const struct timespec *timeout); member
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c291 int sem_timedwait(sem_t *sem, const struct timespec *timeout) in sem_timedwait() function