Home | History | Annotate | Download | only in jsr166

Lines Matching refs:isHeldExclusively

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());
578 assertFalse(sync.isHeldExclusively());
598 assertTrue(sync.isHeldExclusively());
1076 assertFalse(serialClone(sync).isHeldExclusively());
1080 assertTrue(sync.isHeldExclusively());
1083 assertTrue(clone.isHeldExclusively());
1089 assertFalse(sync.isHeldExclusively());
1090 assertTrue(clone.isHeldExclusively());