Searched refs:status_rwlock_ (Results 1 – 2 of 2) sorted by relevance
157 sat_assert(0 == pthread_rwlock_rdlock(&status_rwlock_)); in AcquireStatusReadLock()161 sat_assert(0 == pthread_rwlock_wrlock(&status_rwlock_)); in AcquireStatusWriteLock()165 sat_assert(0 == pthread_rwlock_unlock(&status_rwlock_)); in ReleaseStatusLock()187 pthread_rwlock_t status_rwlock_; variable
131 sat_assert(0 == pthread_rwlock_init(&status_rwlock_, NULL)); in Initialize()140 sat_assert(0 == pthread_rwlock_destroy(&status_rwlock_)); in Destroy()