Searched refs:mCV (Results 1 – 2 of 2) sorted by relevance
45 mCV.notify_one(); in SendMessage()55 mCV.wait(lock, [this] { return !this->mQueue.empty(); }); in GetMessage()
79 std::condition_variable mCV; // condition variable to work with mMutex variable