Lines Matching full:millis_timeout
1643 DWORD millis_timeout = timeout / 1000;1644 return WaitForSingleObject(sem, millis_timeout) != WAIT_TIMEOUT;