Searched refs:toWaitOn (Results 1 – 1 of 1) sorted by relevance
262 … public void waitForTimeout(Object toWaitOn, long timeoutMillis) throws InterruptedException { in waitForTimeout() argument263 toWaitOn.wait(timeoutMillis); in waitForTimeout()