Searched refs:work_queue_semaphore (Results 1 – 3 of 3) sorted by relevance
67 thread->work_queue_semaphore.wait(); in run_message_loop()71 std::lock_guard<std::mutex> lock(thread->work_queue_semaphore.mutex_); in run_message_loop()78 std::lock_guard<std::mutex> lock(thread->work_queue_semaphore.mutex_); in run_message_loop()92 std::lock_guard<std::mutex> lock(thread->work_queue_semaphore.mutex_); in run_message_loop()98 std::lock_guard<std::mutex> lock(thread->work_queue_semaphore.mutex_); in run_message_loop()
85 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()