Home | History | Annotate | Download | only in locks

Lines Matching refs:tryRelease

114  * <li>{@link #tryRelease}
145 * if (tryRelease(arg))
219 * protected boolean tryRelease(int releases) {
1125 protected boolean tryRelease(int arg) {
1276 * more threads if {@link #tryRelease} returns true.
1280 * {@link #tryRelease} but is otherwise uninterpreted and
1282 * @return the value returned from {@link #tryRelease}
1285 if (tryRelease(arg)) {