Home | History | Annotate | Download | only in jsr166

Lines Matching refs:isHeldExclusively

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());
586 assertFalse(sync.isHeldExclusively());
606 assertTrue(sync.isHeldExclusively());
1084 assertFalse(serialClone(sync).isHeldExclusively());
1088 assertTrue(sync.isHeldExclusively());
1091 assertTrue(clone.isHeldExclusively());
1097 assertFalse(sync.isHeldExclusively());
1098 assertTrue(clone.isHeldExclusively());