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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.hpp67 static bool jni_try_enter(Handle obj, Thread* THREAD); // Implements Unsafe.tryMonitorEnter
H A Dsynchronizer.cpp324 bool ObjectSynchronizer::jni_try_enter(Handle obj, Thread* THREAD) { function in class:ObjectSynchronizer
/openjdk7/hotspot/src/share/vm/prims/
H A Dunsafe.cpp1128 bool res = ObjectSynchronizer::jni_try_enter(obj, CHECK_0);

Completed in 37 milliseconds