Searched refs:RunAgentThread (Results 1 – 2 of 2) sorted by relevance
1056 jvmtiError (JNICALL *RunAgentThread) (jvmtiEnv* env,1865 jvmtiError RunAgentThread(jthread thread, in RunAgentThread() function1869 return functions->RunAgentThread(this, thread, proc, arg, priority); in RunAgentThread()
923 error = JVMTI_FUNC_PTR(gdata->jvmti,RunAgentThread) in spawnNewThread()