Searched refs:timeBeforePull (Results 1 – 1 of 1) sorted by relevance
166 int64_t timeBeforePull = nextPullTime - nowMillis; // guaranteed to be non-negative in pullAndSendHeartbeats() local167 if (timeBeforePull < sleepTimeMs) sleepTimeMs = timeBeforePull; in pullAndSendHeartbeats()