Searched refs:tid (Results 1 – 3 of 3) sorted by relevance
252 final long tid = getThreadId(Thread.currentThread()); field in ReentrantReadWriteLock.Sync.HoldCounter395 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()
147 long tid = Thread.currentThread().getId(); in defaultThreadID() local148 if (tid < MIN_SEQUENTIAL_THREAD_ID) { in defaultThreadID()149 return (int) tid; in defaultThreadID()
213 private long tid; field in Thread415 tid = nextThreadID(); in init()539 tid = nextThreadID(); in Thread()1702 return tid; in getId()