Home | History | Annotate | Download | only in jsr166

Lines Matching defs:owns

610      * owns is true for a condition created by sync else false
616 assertTrue(sync.owns(c));
617 assertFalse(sync2.owns(c));