Home
last modified time | relevance | path

Searched refs:GetCurrentContendedMonitor (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/back/
DThreadReferenceImpl.c422 error = JVMTI_FUNC_PTR(gdata->jvmti,GetCurrentContendedMonitor) in currentContendedMonitor()
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1051 jvmtiError (JNICALL *GetCurrentContendedMonitor) (jvmtiEnv* env,
1860 jvmtiError GetCurrentContendedMonitor(jthread thread, in GetCurrentContendedMonitor() function
1862 return functions->GetCurrentContendedMonitor(this, thread, monitor_ptr); in GetCurrentContendedMonitor()