Searched refs:worker_lock_ (Results 1 – 2 of 2) sorted by relevance
277 pthread_mutex_t worker_lock_; // Lock access to the worker thread structure. variable
712 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()