Searched refs:getThreadId (Results 1 – 3 of 3) sorted by relevance
252 final long tid = getThreadId(Thread.currentThread());395 if (rh == null || rh.tid != getThreadId(current)) in tryReleaseShared()453 if (rh == null || rh.tid != getThreadId(current)) in tryAcquireShared()490 if (rh == null || rh.tid != getThreadId(current)) { in fullTryAcquireShared()511 if (rh == null || rh.tid != getThreadId(current)) in fullTryAcquireShared()567 if (rh == null || rh.tid != getThreadId(current)) in tryReadLock()618 if (rh != null && rh.tid == getThreadId(current)) in getReadHoldCount()1470 static final long getThreadId(Thread thread) { in getThreadId() method in ReentrantReadWriteLock
157 public int getThreadId() { in getThreadId() method in HprofData.StackTrace
253 assertTrue(threadsSeen.contains(sample.stackTrace.getThreadId())); in assertHprofData()