Searched refs:nextSleepDurationMs (Results 1 – 1 of 1) sorted by relevance
157 void TcpSocketMonitor::setPollingInterval(milliseconds nextSleepDurationMs) { in setPollingInterval() argument160 mNextSleepDurationMs = nextSleepDurationMs; in setPollingInterval()258 milliseconds nextSleepDurationMs; in waitForNextPoll() local262 nextSleepDurationMs= mNextSleepDurationMs; in waitForNextPoll()269 mCv.wait_for(ul, nextSleepDurationMs); in waitForNextPoll()