Searched refs:exclLock (Results 1 – 1 of 1) sorted by relevance
182 private FileLock exclLock; field in FileManager2164 if (exclLock != null) { in close()2165 exclLock.release(); in close()2166 exclLock = null; in close()2229 exclLock = channel.tryLock(1, 1, false); in lockEnvironment()2230 if (exclLock == null) { in lockEnvironment()2257 if (exclLock != null) { in releaseExclusiveLock()2258 exclLock.release(); in releaseExclusiveLock()