Searched refs:timeoutMs (Results 1 – 6 of 6) sorted by relevance
33 static bool waitForAllReleased(int timeoutMs) { in waitForAllReleased() argument35 int limit = timeoutMs / intervalMs; in waitForAllReleased()
46 explicit FdToString(const std::string &prefix = "- ", int timeoutMs = 200)48 , mTimeoutTimeNs(systemTime() + timeoutMs * NANOS_PER_MILLISECOND) { in mPrefix()
64 bool waitForQueries(int number, int timeoutMs) const;
387 bool DnsTlsFrontend::waitForQueries(int number, int timeoutMs) const { in waitForQueries()389 int limit = timeoutMs / intervalMs; in waitForQueries()
332 uint32_t timeoutMs = (uint32_t)((1000 * buffer->frame_count) / er->rd_sampling_rate / 2); in echo_reference_read() local337 ts.tv_sec += timeoutMs/1000; in echo_reference_read()338 ts.tv_nsec += (timeoutMs%1000) * 1000000; in echo_reference_read()349 timeoutMs, er->frames_in, buffer->frame_count); in echo_reference_read()
216 bool WaitForPrefix64Detected(int netId, int timeoutMs) { in WaitForPrefix64Detected() argument218 const int limit = timeoutMs / intervalMs; in WaitForPrefix64Detected()