Searched refs:timeToWait (Results 1 – 2 of 2) sorted by relevance
120 bool ThreadIO::playCoreCommands(Context *con, bool waitForCommand, uint64_t timeToWait) { in playCoreCommands() argument134 delay = timeToWait - (con->getTime() - startTime); in playCoreCommands()135 if (delay > timeToWait) { in playCoreCommands()
40 bool playCoreCommands(Context *con, bool waitForCommand, uint64_t timeToWait);