Searched refs:stkCv_ (Results 1 – 2 of 2) sorted by relevance
286 …if (stkCv_.wait_for(terminalResponselock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_statu… in SendTerminalResponseCmd()318 …if (stkCv_.wait_for(envelopelock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_status::timeo… in SendEnvelopeCmd()351 …if (stkCv_.wait_for(callSetupRequestlock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_statu… in SendCallSetupRequestResult()374 stkCv_.notify_one(); in OnSendTerminalResponseResult()392 stkCv_.notify_one(); in OnSendEnvelopeCmdResult()410 stkCv_.notify_one(); in OnSendCallSetupRequestResult()
63 std::condition_variable stkCv_; variable