Searched defs:timeoutMs (Results 1 – 3 of 3) sorted by relevance
495 function timeoutPromise(error, timeoutMs) { argument514 function fires(promise, error, timeoutMs) { argument
46 static final int timeoutMs = 3000; field in JavaGrpcTest
35 int timeoutMs = static_cast<int>(timeoutNs / 1000000); in SyncWaitFd() local