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

  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 133 protected final boolean isHeldExclusively() {
150 return isHeldExclusively() ? getState() : 0;
550 return sync.isHeldExclusively();
ReentrantReadWriteLock.java 343 if (!isHeldExclusively())
578 protected final boolean isHeldExclusively() {
606 return isHeldExclusively() ? exclusiveCount(getState()) : 0;
    [all...]
AbstractQueuedLongSynchronizer.java     [all...]
AbstractQueuedSynchronizer.java 59 * #isHeldExclusively} reports whether synchronization is exclusively
93 * <li> {@link #isHeldExclusively}
180 * protected boolean isHeldExclusively() {
221 * public boolean isLocked() { return sync.isHeldExclusively(); }
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
AbstractQueuedLongSynchronizerTest.java 45 public boolean isHeldExclusively() {
266 * isHeldExclusively is false upon construction
270 assertFalse(sync.isHeldExclusively());
279 assertTrue(sync.isHeldExclusively());
281 assertFalse(sync.isHeldExclusively());
290 assertTrue(sync.isHeldExclusively());
292 assertFalse(sync.isHeldExclusively());
557 assertTrue(sync.isHeldExclusively());
559 assertFalse(sync.isHeldExclusively());
572 assertTrue(sync.isHeldExclusively());
    [all...]
AbstractQueuedSynchronizerTest.java 48 @Override public boolean isHeldExclusively() {
269 * isHeldExclusively is false upon construction
273 assertFalse(sync.isHeldExclusively());
282 assertTrue(sync.isHeldExclusively());
284 assertFalse(sync.isHeldExclusively());
293 assertTrue(sync.isHeldExclusively());
295 assertFalse(sync.isHeldExclusively());
560 assertTrue(sync.isHeldExclusively());
562 assertFalse(sync.isHeldExclusively());
575 assertTrue(sync.isHeldExclusively());
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 596 protected boolean isHeldExclusively() {
617 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/22/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 211 milliseconds