Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1056 jvmtiError (JNICALL *RunAgentThread) (jvmtiEnv* env,
1865 jvmtiError RunAgentThread(jthread thread, in RunAgentThread() function
1869 return functions->RunAgentThread(this, thread, proc, arg, priority); in RunAgentThread()
/external/oj-libjdwp/src/share/back/
Dutil.c923 error = JVMTI_FUNC_PTR(gdata->jvmti,RunAgentThread) in spawnNewThread()