Searched refs:kMaxSelectTimeMs (Results 1 – 2 of 2) sorted by relevance
241 kMaxSelectTimeMs = 2000, ///< Maximum wait time in Milliseconds for file enumerator
266 struct timeval timeout = {kMaxSelectTimeMs / MS_PER_S, in WaitForSocketFileCreated()267 (kMaxSelectTimeMs % MS_PER_S) * MS_PER_S}; in WaitForSocketFileCreated()