Searched refs:sessionCond_ (Results 1 – 2 of 2) sorted by relevance
71 std::condition_variable sessionCond_; variable
130 …sessionCond_.wait_for(lck, std::chrono::seconds(SESSION_WAIT_SECONDS), [this]() { return isChannel… in Start()347 sessionCond_.notify_all(); in OnSessionOpened()