Home | History | Annotate | Download | only in src

Lines Matching refs:status_rwlock_

131   sat_assert(0 == pthread_rwlock_init(&status_rwlock_, NULL));
140 sat_assert(0 == pthread_rwlock_destroy(&status_rwlock_));
194 // Acquire a read lock on status_rwlock_ while (status_ != PAUSE).
210 // lock on status_rwlock_, but that would also force all threads calling
222 // Release status_rwlock_.