Home
last modified time | relevance | path

Searched refs:abstime (Results 1 – 3 of 3) sorted by relevance

/components/libc/posix/pthreads/
A Dpthread_rwlock.c306 const struct timespec *abstime) in pthread_rwlock_timedrdlock() argument
323 result = pthread_cond_timedwait(&rwlock->rw_condreaders, &rwlock->rw_mutex, abstime); in pthread_rwlock_timedrdlock()
370 const struct timespec *abstime) in pthread_rwlock_timedwrlock() argument
386 result = pthread_cond_timedwait(&rwlock->rw_condwriters, &rwlock->rw_mutex, abstime); in pthread_rwlock_timedwrlock()
A Dpthread.h244 const struct timespec *abstime);
258 int pthread_rwlock_timedrdlock (pthread_rwlock_t *rwlock, const struct timespec *abstime);
259 int pthread_rwlock_timedwrlock (pthread_rwlock_t *rwlock, const struct timespec *abstime);
A Dpthread_cond.c531 const struct timespec *abstime) in pthread_cond_timedwait() argument
536 timeout = rt_timespec_to_tick(abstime); in pthread_cond_timedwait()

Completed in 8 milliseconds