Searched refs:GetAvailableProcessors (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1725 jvmtiError (JNICALL *GetAvailableProcessors) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2464 jvmtiError GetAvailableProcessors(jint* processor_count_ptr) { function in struct:_jvmtiEnv
2465 return functions->GetAvailableProcessors(this, processor_count_ptr);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp3376 JvmtiEnv::GetAvailableProcessors(jint* processor_count_ptr) { function in class:JvmtiEnv
3379 } /* end GetAvailableProcessors */

Completed in 50 milliseconds