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

  /external/stressapptest/src/
worker.h 157 sat_assert(0 == pthread_rwlock_rdlock(&status_rwlock_));
161 sat_assert(0 == pthread_rwlock_wrlock(&status_rwlock_));
165 sat_assert(0 == pthread_rwlock_unlock(&status_rwlock_));
187 pthread_rwlock_t status_rwlock_; member in class:WorkerStatus
worker.cc 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_.
    [all...]

Completed in 184 milliseconds