Searched defs:is_lock_owned (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp940 // However, there is a note in JavaThread::is_lock_owned() about the VM threads not being
944 bool Thread::is_lock_owned(address adr) const { function in class:Thread
1987 bool JavaThread::is_lock_owned(address adr) const { function in class:JavaThread
1988 if (Thread::is_lock_owned(adr)) return true;
4254 if (q->is_lock_owned(owner)) {

Completed in 1902 milliseconds