Home
last modified time | relevance | path

Searched refs:work_queue_thread_ (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_uart/
H A Dblocking_adapter_test.cc265 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