Home
last modified time | relevance | path

Searched refs:readyWaitSecs (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DObjectTest.java143 final int readyWaitSecs = 3; in test_notify() local
156 for (int i = 0; i < 10 * readyWaitSecs; i++) { in test_notify()
213 final int readyWaitSecs = 3; in test_notifyAll() local
225 for (int i = 0; i < readyWaitSecs; i++) { in test_notifyAll()