Searched refs:work_queue_semaphore (Results 1 – 3 of 3) sorted by relevance
65 thread->work_queue_semaphore.wait(); in run_message_loop()69 std::lock_guard<std::mutex> lock(thread->work_queue_semaphore.mutex_); in run_message_loop()76 std::lock_guard<std::mutex> lock(thread->work_queue_semaphore.mutex_); in run_message_loop()90 std::lock_guard<std::mutex> lock(thread->work_queue_semaphore.mutex_); in run_message_loop()96 std::lock_guard<std::mutex> lock(thread->work_queue_semaphore.mutex_); in run_message_loop()
84 semaphore_t work_queue_semaphore; member
76 std::lock_guard<std::mutex> lock(thread->work_queue_semaphore.mutex_); in SetUp()79 thread->work_queue_semaphore.notify(); in SetUp()