Home | History | Annotate | Download | only in locks

Lines Matching defs:getThreadId

281             final long tid = getThreadId(Thread.currentThread());
424 if (rh == null || rh.tid != getThreadId(current))
482 if (rh == null || rh.tid != getThreadId(current))
519 if (rh == null || rh.tid != getThreadId(current)) {
540 if (rh == null || rh.tid != getThreadId(current))
596 if (rh == null || rh.tid != getThreadId(current))
647 if (rh != null && rh.tid == getThreadId(current))
1499 static final long getThreadId(Thread thread) {