Searched refs:jvm_raw_lock (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.hpp211 void jvm_raw_lock();
H A Dmutex.cpp260 // 5. jvm_raw_lock() and _unlock()
1009 // jvm_raw_lock() and _unlock() can be called by non-Java threads via JVM_RawMonitorEnter.
1025 // jvm_raw_lock() didn't have the corresponding test. I suspect that's an
1028 void Monitor::jvm_raw_lock() { function in class:Monitor
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp3801 ((Mutex*) mon)->jvm_raw_lock();

Completed in 1902 milliseconds