Searched refs:isRunningAsync_ (Results 1 – 2 of 2) sorted by relevance
37 queue_.isRunningAsync_ = false; in operator ()()46 TaskQueue::TaskQueue(const IThreadPool::Ptr& threadPool) : threadPool_(threadPool), isRunningAsync_… in TaskQueue()55 isRunningAsync_ = true; in ExecuteAsync()64 return isRunningAsync_; in IsRunningAsync()71 isRunningAsync_ = false; in Wait()
126 std::atomic_bool isRunningAsync_; variable