Searched defs:timeoutMs (Results 1 – 3 of 3) sorted by relevance
505 function timeoutPromise(error, timeoutMs) { argument524 function fires(promise, error, timeoutMs) { argument
1 async function waitForScrollendEvent(test, target, timeoutMs = 500) { argument
35 int timeoutMs = static_cast<int>(timeoutNs / 1000000); in SyncWaitFd() local