Home | History | Annotate | Download | only in src

Lines Matching refs:status_rwlock_

146   sat_assert(0 == pthread_rwlock_init(&status_rwlock_, NULL));
155 sat_assert(0 == pthread_rwlock_destroy(&status_rwlock_));
202 // Acquire a read lock on status_rwlock_ while (status_ != PAUSE).
218 // lock on status_rwlock_, but that would also force all threads calling
230 // Release status_rwlock_.