Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1018 jvmtiError (JNICALL *GetAllThreads) (jvmtiEnv* env,
1809 jvmtiError GetAllThreads(jint* threads_count_ptr, in GetAllThreads() function
1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr); in GetAllThreads()
/external/oj-libjdwp/src/share/back/
Dutil.c1242 error = JVMTI_FUNC_PTR(gdata->jvmti,GetAllThreads) in allThreads()