Home
last modified time | relevance | path

Searched refs:nextBlockTime (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/src/
H A Dmessage_queue.cpp135 int nextBlockTime = 0; in GetNextMessage() local
156 nextBlockTime = curMsg->GetHandleTime() - nowTime; in GetNextMessage()
167 nextBlockTime = WIFI_TIME_INTERVAL; in GetNextMessage()
174 LOGD("mCvQueue wait_for: %{public}d", nextBlockTime); in GetNextMessage()
175 … if (mCvQueue.wait_for(lck, std::chrono::milliseconds(nextBlockTime)) == std::cv_status::timeout) { in GetNextMessage()
176 LOGD("mCvQueue wake up, reason: cv_status::timeout: %{public}d", nextBlockTime); in GetNextMessage()