Searched refs:GetAllThreads (Results 1 – 2 of 2) sorted by relevance
1018 jvmtiError (JNICALL *GetAllThreads) (jvmtiEnv* env,1809 jvmtiError GetAllThreads(jint* threads_count_ptr, in GetAllThreads() function1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr); in GetAllThreads()
1242 error = JVMTI_FUNC_PTR(gdata->jvmti,GetAllThreads) in allThreads()