Searched defs:amount (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/tests/api/org/apache/harmony/kernel/dalvik/
H A DThreadsTest.java144 /** whether {@link #amount} is milliseconds to wait in an
149 /** amount to wait (see above) */
150 private final long amount; field in class:ThreadsTest.Parker
173 this.amount = absolute ? parkMillis : parkMillis * 1000000;
183 long amount = this.amount;
188 UNSAFE.park(true, start + amount);
190 UNSAFE.park(false, amount);
206 * @param maxWaitMillis the maximum amount of time to
257 * specified amount o
[all...]

Completed in 204 milliseconds