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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1121 JvmtiEnv::RunAgentThread(jthread thread, jvmtiStartFunction proc, const void* arg, jint priority) { function in class:JvmtiEnv
1156 } /* end RunAgentThread */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1056 jvmtiError (JNICALL *RunAgentThread) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1865 jvmtiError RunAgentThread(jthread thread, function in struct:_jvmtiEnv
1869 return functions->RunAgentThread(this, thread, proc, arg, priority);

Completed in 49 milliseconds