Searched refs:work_queue_thread_ (Results 1 – 1 of 1) sorted by relevance
265 PW_CHECK(!work_queue_thread_, "WorkQueue thread already started"); in StartWorkQueueThread()268 work_queue_thread_.emplace(work_queue_thread_context_->options(), in StartWorkQueueThread()273 if (work_queue_thread_) { in StopWorkQueueThread()277 work_queue_thread_->join(); in StopWorkQueueThread()279 work_queue_thread_->detach(); in StopWorkQueueThread()289 std::optional<thread::Thread> work_queue_thread_; member in pw::uart::__anonea452bc80111::BlockingAdapterTest