Searched refs:kMaxSelectTimeMs (Results 1 – 2 of 2) sorted by relevance
265 kMaxSelectTimeMs = 2000, ///< Maximum wait time in Milliseconds for file enumerator
215 return WaitForHardwareResetCompletion(kMaxSelectTimeMs); in HardwareReset()338 struct timeval timeout = {kMaxSelectTimeMs / OT_MS_PER_S, in WaitForSocketFileCreated()339 (kMaxSelectTimeMs % OT_MS_PER_S) * OT_MS_PER_S}; in WaitForSocketFileCreated()