Home
last modified time | relevance | path

Searched defs:__pthread_rwlock_tryrdlock (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/musl/src/thread/
H A Dpthread_rwlock_tryrdlock.c3 int __pthread_rwlock_tryrdlock(pthread_rwlock_t *rw) in __pthread_rwlock_tryrdlock() function
/aosp_15_r20/external/trusty/musl/src/thread/
Dpthread_rwlock_tryrdlock.c3 int __pthread_rwlock_tryrdlock(pthread_rwlock_t *rw) in __pthread_rwlock_tryrdlock() function
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_rwlock.cpp273 static inline __always_inline int __pthread_rwlock_tryrdlock(pthread_rwlock_internal_t* rwlock) { in __pthread_rwlock_tryrdlock() function