Searched refs:needRunCondition_ (Results 1 – 2 of 2) sorted by relevance
72 needRunCondition_.notify_all(); in ~ThreadPool()88 needRunCondition_.notify_all(); in Push()152 needRunCondition_.wait_for(lock, std::chrono::seconds(timeout_), in Sleep()210 std::condition_variable needRunCondition_; variable
49 … needRunCondition_.wait_for(needRunLock, std::chrono::seconds(1), [this] { return !needRun_; }); in DelayedQueue()60 needRunCondition_.notify_all(); in ~DelayedQueue()86 std::condition_variable needRunCondition_; variable