Home | History | Annotate | Download | only in jsr166

Lines Matching defs:tryRelease

56         public boolean tryRelease(long releases) {
70 public boolean tryRelease() {
71 return tryRelease(LOCKED);