Home | History | Annotate | Download | only in locks

Lines Matching defs:isHeldExclusively

83  * #isHeldExclusively} reports whether synchronization is exclusively
117 * <li>{@link #isHeldExclusively}
204 * protected boolean isHeldExclusively() {
245 * public boolean isLocked() { return sync.isHeldExclusively(); }
1205 protected boolean isHeldExclusively() {
1519 * if (isHeldExclusively()) {
1954 * @throws IllegalMonitorStateException if {@link #isHeldExclusively}
1958 if (!isHeldExclusively())
1969 * @throws IllegalMonitorStateException if {@link #isHeldExclusively}
1973 if (!isHeldExclusively())
2220 * @throws IllegalMonitorStateException if {@link #isHeldExclusively}
2224 if (!isHeldExclusively())
2239 * @throws IllegalMonitorStateException if {@link #isHeldExclusively}
2243 if (!isHeldExclusively())
2259 * @throws IllegalMonitorStateException if {@link #isHeldExclusively}
2263 if (!isHeldExclusively())