HomeSort by relevance Sort by last modified time
    Searched refs:isHeldExclusively (Results 1 - 16 of 16) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 132 protected final boolean isHeldExclusively() {
149 return isHeldExclusively() ? getState() : 0;
549 return sync.isHeldExclusively();
ReentrantReadWriteLock.java 342 if (!isHeldExclusively())
577 protected final boolean isHeldExclusively() {
605 return isHeldExclusively() ? exclusiveCount(getState()) : 0;
    [all...]
AbstractQueuedLongSynchronizer.java     [all...]
AbstractQueuedSynchronizer.java 58 * #isHeldExclusively} reports whether synchronization is exclusively
92 * <li> {@link #isHeldExclusively}
183 * protected boolean isHeldExclusively() {
224 * public boolean isLocked() { return sync.isHeldExclusively(); }
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
AbstractQueuedLongSynchronizerTest.java 29 public boolean isHeldExclusively() {
248 * isHeldExclusively is false upon construction
252 assertFalse(sync.isHeldExclusively());
261 assertTrue(sync.isHeldExclusively());
263 assertFalse(sync.isHeldExclusively());
272 assertTrue(sync.isHeldExclusively());
274 assertFalse(sync.isHeldExclusively());
539 assertTrue(sync.isHeldExclusively());
541 assertFalse(sync.isHeldExclusively());
554 assertTrue(sync.isHeldExclusively());
    [all...]
AbstractQueuedSynchronizerTest.java 32 @Override public boolean isHeldExclusively() {
251 * isHeldExclusively is false upon construction
255 assertFalse(sync.isHeldExclusively());
264 assertTrue(sync.isHeldExclusively());
266 assertFalse(sync.isHeldExclusively());
275 assertTrue(sync.isHeldExclusively());
277 assertFalse(sync.isHeldExclusively());
542 assertTrue(sync.isHeldExclusively());
544 assertFalse(sync.isHeldExclusively());
557 assertTrue(sync.isHeldExclusively());
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 595 protected boolean isHeldExclusively() {
616 public boolean isLocked() { return isHeldExclusively(); }
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 360 milliseconds