Home
last modified time | relevance | path

Searched refs:raw_monitor_enter_no_suspend (Results 1 – 3 of 3) sorted by relevance

/external/oj-libjdwp/src/share/back/
Dutil.h158 RawMonitorEnterNoSuspend raw_monitor_enter_no_suspend; member
DdebugInit.c236 gdata->raw_monitor_enter_no_suspend = (RawMonitorEnterNoSuspend) extension_info[i].func; in find_extension_functions()
465 if (find_extension_functions() != JNI_OK || gdata->raw_monitor_enter_no_suspend == NULL) { in Agent_OnLoad()
Dutil.c1103 error = FUNC_PTR(&gdata,raw_monitor_enter_no_suspend)(gdata->jvmti, monitor); in debugMonitorEnterNoSuspend()