Searched refs:pthread_rwlock_timedrdlock (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/
H A Dpthread.h224 int pthread_rwlock_timedrdlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2));
/bionic/libc/bionic/
H A Dpthread_rwlock.cpp421 int pthread_rwlock_timedrdlock(pthread_rwlock_t* rwlock_interface, const timespec* abs_timeout) { function
/bionic/tests/
H A Dpthread_test.cpp816 return pthread_rwlock_timedrdlock(lock, &ts);
851 wakeup_arg.timed_lock_function = pthread_rwlock_timedrdlock;

Completed in 890 milliseconds