Searched refs:kMaxWaitTime (Results 1 – 7 of 7) sorted by relevance
64 static constexpr uint32_t kMaxWaitTime = 20 * Time::kOneMinuteInMsec; in Test() local94 for (uint32_t step = 0; step < kMaxWaitTime / kStatCollectionInterval; step++) in Test()
235 …kMaxWaitTime = 2000, ///< Maximum wait time in Milliseconds for socket to become writable (see `… enumerator
393 struct timeval timeout = {kMaxWaitTime / 1000, (kMaxWaitTime % 1000) * 1000}; in WaitForWritable()395 uint64_t end = now + kMaxWaitTime * OT_US_PER_MS; in WaitForWritable()
222 …static constexpr uint32_t kMaxWaitTime = 2000; ///< Max time to wait for response in millise… member in ot::Spinel::SpinelDriver
249 uint64_t end = otPlatTimeGet() + kMaxWaitTime * kUsPerMs; in WaitResponse()
1093 kMaxWaitTime = 2000, ///< Max time to wait for response in milliseconds. enumerator
1409 uint64_t end = otPlatTimeGet() + kMaxWaitTime * kUsPerMs; in WaitResponse()