Searched refs:MaxTimeoutInNs (Results 1 – 1 of 1) sorted by relevance
34 constexpr uint64_t MaxTimeoutInNs = (uint64_t)UINT_MAX * NsPerMs; variable54 …DWORD timeout_ms = (timeout_ns == PIPE_TIMEOUT_INFINITE || timeout_ns > MaxTimeoutInNs) ? INFINITE… in wait_event()79 …int timeout_ms = (timeout_ns == PIPE_TIMEOUT_INFINITE || timeout_ns > MaxTimeoutInNs) ? -1 : timeo… in wait_event()