Searched refs:changeInfoQueue_ (Results 1 – 2 of 2) sorted by relevance
405 changeInfoQueue_.push(changeInfo); in OnChange()433 cv_.wait(lock, [this] { return !changeInfoQueue_.empty() || !isRunning_.load(); }); in ChangeNotifyThread()438 changeInfo = changeInfoQueue_.front(); in ChangeNotifyThread()439 changeInfoQueue_.pop(); in ChangeNotifyThread()
68 std::queue<ChangeInfo> changeInfoQueue_; variable