Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/
Dtest_large_network.cpp64 static constexpr uint32_t kMaxWaitTime = 20 * Time::kOneMinuteInMsec; in Test() local
94 for (uint32_t step = 0; step < kMaxWaitTime / kStatCollectionInterval; step++) in Test()
/openthread-latest/src/posix/platform/
Dhdlc_interface.hpp235kMaxWaitTime = 2000, ///< Maximum wait time in Milliseconds for socket to become writable (see `… enumerator
Dhdlc_interface.cpp393 struct timeval timeout = {kMaxWaitTime / 1000, (kMaxWaitTime % 1000) * 1000}; in WaitForWritable()
395 uint64_t end = now + kMaxWaitTime * OT_US_PER_MS; in WaitForWritable()
/openthread-latest/src/lib/spinel/
Dspinel_driver.hpp222 …static constexpr uint32_t kMaxWaitTime = 2000; ///< Max time to wait for response in millise… member in ot::Spinel::SpinelDriver
Dspinel_driver.cpp249 uint64_t end = otPlatTimeGet() + kMaxWaitTime * kUsPerMs; in WaitResponse()
Dradio_spinel.hpp1093 kMaxWaitTime = 2000, ///< Max time to wait for response in milliseconds. enumerator
Dradio_spinel.cpp1409 uint64_t end = otPlatTimeGet() + kMaxWaitTime * kUsPerMs; in WaitResponse()