Searched refs:globalDfn (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;
107 threadTable.put(currentThread, new Integer(globalDfn++));
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp292 int globalDfn = 0, thisDfn; local
313 thisDfn = globalDfn;
314 jt->set_depth_first_number(globalDfn++);
349 currentThread->set_depth_first_number(globalDfn++);

Completed in 211 milliseconds