Home
last modified time | relevance | path

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

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