Home
last modified time | relevance | path

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

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