Home
last modified time | relevance | path

Searched refs:worker_lock_ (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dsat.h277 pthread_mutex_t worker_lock_; // Lock access to the worker thread structure. variable
Dsat.cc712 sat_assert(0 == pthread_mutex_init(&worker_lock_, NULL)); in Sat()
2041 sat_assert(0 == pthread_mutex_destroy(&worker_lock_)); in Cleanup()
2068 sat_assert(0 == pthread_mutex_lock(&worker_lock_)); in AcquireWorkerLock()
2071 sat_assert(0 == pthread_mutex_unlock(&worker_lock_)); in ReleaseWorkerLock()