Searched refs:worker_lock_ (Results 1 – 2 of 2) sorted by relevance
258 pthread_mutex_t worker_lock_; // Lock access to the worker thread structure. variable
675 sat_assert(0 == pthread_mutex_init(&worker_lock_, NULL)); in Sat()1865 sat_assert(0 == pthread_mutex_destroy(&worker_lock_)); in Cleanup()1892 sat_assert(0 == pthread_mutex_lock(&worker_lock_)); in AcquireWorkerLock()1895 sat_assert(0 == pthread_mutex_unlock(&worker_lock_)); in ReleaseWorkerLock()