Searched refs:timeoutInSeconds (Results 1 – 1 of 1) sorted by relevance
171 LONGLONG timeoutInSeconds = static_cast<LONGLONG>(timeout / 1000000000ull); in clientWait() local172 LONGLONG endCounter = currentCounter.QuadPart + mCounterFrequency * timeoutInSeconds; in clientWait()