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

/bionic/libc/bionic/
H A Dpthread_rwlock.cpp289 static int __pthread_rwlock_timedrdlock(pthread_rwlock_internal_t* rwlock, function
418 return __pthread_rwlock_timedrdlock(rwlock, nullptr);
424 return __pthread_rwlock_timedrdlock(rwlock, abs_timeout);

Completed in 635 milliseconds