Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
Dutil.h92 typedef jvmtiError (*RawMonitorEnterNoSuspend)(jvmtiEnv* env, jrawMonitorID mon); typedef
158 RawMonitorEnterNoSuspend raw_monitor_enter_no_suspend;
DdebugInit.c236 gdata->raw_monitor_enter_no_suspend = (RawMonitorEnterNoSuspend) extension_info[i].func; in find_extension_functions()