| /libcore/ojluni/src/main/java/java/util/concurrent/locks/ |
| D | Lock.java | 263 boolean tryLock(); in tryLock() method 323 boolean tryLock(long time, TimeUnit unit) throws InterruptedException; in tryLock() method
|
| D | ReentrantLock.java | 125 final boolean tryLock() { in tryLock() method in ReentrantLock.Sync 401 public boolean tryLock() { in tryLock() method in ReentrantLock 477 public boolean tryLock(long timeout, TimeUnit unit) in tryLock() method in ReentrantLock
|
| D | ReentrantReadWriteLock.java | 809 public boolean tryLock() { in tryLock() method in ReentrantReadWriteLock.ReadLock 880 public boolean tryLock(long timeout, TimeUnit unit) in tryLock() method in ReentrantReadWriteLock.ReadLock 1046 public boolean tryLock() { in tryLock() method in ReentrantReadWriteLock.WriteLock 1129 public boolean tryLock(long timeout, TimeUnit unit) in tryLock() method in ReentrantReadWriteLock.WriteLock
|
| D | StampedLock.java | 1043 public boolean tryLock() { return tryReadLock() != 0L; } in tryLock() method in StampedLock.ReadLockView 1044 public boolean tryLock(long time, TimeUnit unit) in tryLock() method in StampedLock.ReadLockView 1059 public boolean tryLock() { return tryWriteLock() != 0L; } in tryLock() method in StampedLock.WriteLockView 1060 public boolean tryLock(long time, TimeUnit unit) in tryLock() method in StampedLock.WriteLockView
|
| /libcore/ojluni/annotations/hiddenapi/java/util/concurrent/locks/ |
| D | ReentrantLock.java | 59 public boolean tryLock() { in tryLock() method in ReentrantLock 63 public boolean tryLock(long timeout, java.util.concurrent.TimeUnit unit) in tryLock() method in ReentrantLock
|
| /libcore/ojluni/src/main/java/java/nio/channels/ |
| D | AsynchronousFileChannel.java | 616 public abstract FileLock tryLock(long position, long size, boolean shared) in tryLock() method in AsynchronousFileChannel 649 public final FileLock tryLock() throws IOException { in tryLock() method in AsynchronousFileChannel
|
| D | FileChannel.java | 1132 public abstract FileLock tryLock(long position, long size, boolean shared) in tryLock() method in FileChannel 1164 public final FileLock tryLock() throws IOException { in tryLock() method in FileChannel
|
| /libcore/ojluni/src/main/java/sun/nio/ch/ |
| D | SimpleAsynchronousFileChannelImpl.java | 243 public FileLock tryLock(long position, long size, boolean shared) in tryLock() method in SimpleAsynchronousFileChannelImpl
|
| D | FileChannelImpl.java | 1164 public FileLock tryLock(long position, long size, boolean shared) in tryLock() method in FileChannelImpl
|
| /libcore/ojluni/annotations/hiddenapi/sun/nio/ch/ |
| D | FileChannelImpl.java | 199 public java.nio.channels.FileLock tryLock(long position, long size, boolean shared) in tryLock() method in FileChannelImpl
|
| /libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ |
| D | ThreadPoolExecutor.java | 480 public boolean tryLock() { in tryLock() method in ThreadPoolExecutor.Worker
|
| /libcore/ojluni/src/main/java/java/util/concurrent/ |
| D | ThreadPoolExecutor.java | 671 public boolean tryLock() { return tryAcquire(1); } in tryLock() method in ThreadPoolExecutor.Worker
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
| D | FileChannelTest.java | 3187 public FileLock tryLock(long position, long size, boolean shared) in tryLock() method in FileChannelTest.MockFileChannel
|