Searched defs:SetEventNotificationMode (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp373 JvmtiEnv::SetEventNotificationMode(jvmtiEventMode mode, jvmtiEvent event_type, jthread event_thread, ...) { function in class:JvmtiEnv
412 } /* end SetEventNotificationMode */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1008 jvmtiError (JNICALL *SetEventNotificationMode) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2397 jvmtiError SetEventNotificationMode(jvmtiEventMode mode, function in struct:_jvmtiEnv
2401 return functions->SetEventNotificationMode(this, mode, event_type, event_thread);

Completed in 76 milliseconds