Home | History | Annotate | Download | only in jsr166

Lines Matching defs:owns

607      * owns is true for a condition created by sync else false
613 assertTrue(sync.owns(c));
614 assertFalse(sync2.owns(c));