HomeSort by relevance Sort by last modified time
    Searched defs:rwlock_ (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
pthread_internal.cpp 47 ScopedRWLock(pthread_rwlock_t* rwlock) : rwlock_(rwlock) {
48 (write ? pthread_rwlock_wrlock : pthread_rwlock_rdlock)(rwlock_);
52 pthread_rwlock_unlock(rwlock_);
56 pthread_rwlock_t* rwlock_; member in class:ScopedRWLock
  /art/runtime/base/
mutex.h 412 pthread_rwlock_t rwlock_; member in class:art::ReaderWriterMutex
413 volatile uint64_t exclusive_owner_; // Guarded by rwlock_.

Completed in 2651 milliseconds