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

/openjdk7/jdk/test/java/rmi/transport/dgcDeadLock/
H A DTestImpl.java91 static Thread lockTargetExpireLeases(Remote toLock, int timeOut) { argument
92 Thread t = new Thread((Runnable) new TargetLocker(toLock, timeOut));
99 Remote toLock = null; field in class:TestImpl.TargetLocker
102 TargetLocker(Remote toLock, int timeOut) { argument
103 this.toLock = toLock;
113 doPrivileged(new LockTargetCheckLeases(toLock,
127 Remote toLock = null; field in class:TestImpl.LockTargetCheckLeases
130 LockTargetCheckLeases(Remote toLock, int timeOut) { argument
131 this.toLock
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileLockTable.java229 public void replace(FileLock fromLock, FileLock toLock) { argument
240 list.set(index, new FileLockReference(toLock, queue, fileKey));

Completed in 1191 milliseconds