Home | History | Annotate | Download | only in locks

Lines Matching defs:isHeldExclusively

372             if (!isHeldExclusively())
607 protected final boolean isHeldExclusively() {
635 return isHeldExclusively() ? exclusiveCount(getState()) : 0;
1213 return sync.isHeldExclusively();
1288 return sync.isHeldExclusively();