Home
last modified time | relevance | path

Searched defs:abs_timeout (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dpthread-rwlocks.c232 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout) in pthread_rwlock_timedrdlock()
281 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout) in pthread_rwlock_timedwrlock()
Dsemaphore.c267 int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout) in sem_timedwait()