Searched refs:thisDfn (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DDeadlockDetector.java48 int globalDfn = 0, thisDfn;
66 thisDfn = globalDfn;
108 } else if (dfn(currentThread) < thisDfn) {
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp292 int globalDfn = 0, thisDfn; local
313 thisDfn = globalDfn;
350 } else if (currentThread->depth_first_number() < thisDfn) {

Completed in 47 milliseconds