Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/nio/
DFileChannelImpl.java110 FileLock pendingLock = new FileLockImpl(this, position, size, shared); in basicLock() local
111 addLock(pendingLock); in basicLock()
126 removeLock(pendingLock); in basicLock()
129 return success ? pendingLock : null; in basicLock()