Searched refs:blocked (Results 1 – 3 of 3) sorted by relevance
41 public boolean blocked; field in ThreadSnapshot81 this.blocked = that.blocked; in ThreadSnapshot()
279 hdf.setValue("blocked", thread.blocked ? "1" : "0"); in makeThreadSnapshotHdf()452 } else if (thread.blocked) { in sortThreads()
396 thread.blocked = isThreadBlocked(thread); in markBlockedThreads()