Home
last modified time | relevance | path

Searched refs:condition_ (Results 1 - 2 of 2) sorted by relevance

/developtools/global_resource_tool/src/
H A Dthread_pool.cpp51 condition_.notify_all(); in Stop()
75 this->condition_.wait(lock, [this] { return !this->running_ || !this->tasks_.empty(); }); in WorkInThread()
/developtools/global_resource_tool/include/
H A Dthread_pool.h64 std::condition_variable condition_; member in OHOS::Global::Restool::ThreadPool
81 condition_.notify_one(); in Enqueue()

Completed in 2 milliseconds