Searched refs:recvCond_ (Results 1 – 2 of 2) sorted by relevance
285 recvCond_.notify_one(); in OnMessageRecv()347 if (recvCond_.wait_for(lock, std::chrono::seconds(timeout), [&] { in WaitResponse()
125 std::condition_variable recvCond_; variable