Lines Matching defs:lock
59 /* The lock object for the latencyTarget and daemon fields. The daemon
60 * thread, if it exists, waits on this lock for notification that the
64 private static Object lock = new LatencyLock();
91 synchronized (lock) {
117 lock.wait(l - d);
151 * Must be invoked while holding the lock.
162 lock.notify();
183 * Must be invoked while holding the lock.
212 synchronized (lock) {
229 synchronized (lock) {