Home
last modified time | relevance | path

Searched defs:rwlock (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dpthread_rwlock.cpp227 pthread_rwlock_internal_t* rwlock = __get_internal_rwlock(rwlock_interface); in pthread_rwlock_init() local
255 pthread_rwlock_internal_t* rwlock = __get_internal_rwlock(rwlock_interface); in pthread_rwlock_destroy() local
272 static inline __always_inline int __pthread_rwlock_tryrdlock(pthread_rwlock_internal_t* rwlock) { in __pthread_rwlock_tryrdlock()
289 static int __pthread_rwlock_timedrdlock(pthread_rwlock_internal_t* rwlock, bool use_realtime_clock, in __pthread_rwlock_timedrdlock()
347 static inline __always_inline int __pthread_rwlock_trywrlock(pthread_rwlock_internal_t* rwlock) { in __pthread_rwlock_trywrlock()
361 static int __pthread_rwlock_timedwrlock(pthread_rwlock_internal_t* rwlock, bool use_realtime_clock, in __pthread_rwlock_timedwrlock()
411 pthread_rwlock_internal_t* rwlock = __get_internal_rwlock(rwlock_interface); in pthread_rwlock_rdlock() local
420 pthread_rwlock_internal_t* rwlock = __get_internal_rwlock(rwlock_interface); in pthread_rwlock_timedrdlock() local
427 pthread_rwlock_internal_t* rwlock = __get_internal_rwlock(rwlock_interface); in pthread_rwlock_timedrdlock_monotonic_np() local
449 pthread_rwlock_internal_t* rwlock = __get_internal_rwlock(rwlock_interface); in pthread_rwlock_wrlock() local
[all …]
/bionic/libc/private/
DScopedRWLock.h37 explicit ScopedRWLock(pthread_rwlock_t* rwlock) : rwlock_(rwlock) { in ScopedRWLock()
Dbionic_elf_tls.h126 pthread_rwlock_t rwlock = PTHREAD_RWLOCK_INITIALIZER; member
/bionic/tests/
Dpthread_test.cpp2544 pthread_rwlock_t* rwlock = reinterpret_cast<pthread_rwlock_t*>( in TEST() local