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

  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 136 protected final boolean isHeldExclusively() {
153 return isHeldExclusively() ? getState() : 0;
555 return sync.isHeldExclusively();
ReentrantReadWriteLock.java 343 if (!isHeldExclusively())
578 protected final boolean isHeldExclusively() {
606 return isHeldExclusively() ? exclusiveCount(getState()) : 0;
    [all...]
AbstractQueuedLongSynchronizer.java 710 protected boolean isHeldExclusively() {
    [all...]
AbstractQueuedSynchronizer.java 55 * #isHeldExclusively} reports whether synchronization is exclusively
89 * <li>{@link #isHeldExclusively}
176 * protected boolean isHeldExclusively() {
217 * public boolean isLocked() { return sync.isHeldExclusively(); }
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
AbstractQueuedLongSynchronizerTest.java 45 public boolean isHeldExclusively() {
274 * isHeldExclusively is false upon construction
278 assertFalse(sync.isHeldExclusively());
287 assertTrue(sync.isHeldExclusively());
289 assertFalse(sync.isHeldExclusively());
298 assertTrue(sync.isHeldExclusively());
300 assertFalse(sync.isHeldExclusively());
565 assertTrue(sync.isHeldExclusively());
567 assertFalse(sync.isHeldExclusively());
580 assertTrue(sync.isHeldExclusively());
    [all...]
AbstractQueuedSynchronizerTest.java 48 @Override public boolean isHeldExclusively() {
277 * isHeldExclusively is false upon construction
281 assertFalse(sync.isHeldExclusively());
290 assertTrue(sync.isHeldExclusively());
292 assertFalse(sync.isHeldExclusively());
301 assertTrue(sync.isHeldExclusively());
303 assertFalse(sync.isHeldExclusively());
568 assertTrue(sync.isHeldExclusively());
570 assertFalse(sync.isHeldExclusively());
583 assertTrue(sync.isHeldExclusively());
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 615 protected boolean isHeldExclusively() {
636 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/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 418 milliseconds