Searched refs:LOCKED (Results 1 – 3 of 3) sorted by relevance
25 public static final int LOCKED = 1; field in LockSnapshot30 public static final int ANY = LOCKED | WAITING | SLEEPING | BLOCKED;
228 lock.type = LockSnapshot.LOCKED; in parse()326 + (ls.type == LockSnapshot.LOCKED ? "locked" : "waiting") in parse()
355 if (lock.type == LockSnapshot.LOCKED) { in makeStackFrameSnapshotHdf()