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

/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1685 jvmtiError (JNICALL *GetCurrentThreadCpuTimerInfo) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2439 jvmtiError GetCurrentThreadCpuTimerInfo(jvmtiTimerInfo* info_ptr) { function in struct:_jvmtiEnv
2440 return functions->GetCurrentThreadCpuTimerInfo(this, info_ptr);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp3326 JvmtiEnv::GetCurrentThreadCpuTimerInfo(jvmtiTimerInfo* info_ptr) { function in class:JvmtiEnv
3329 } /* end GetCurrentThreadCpuTimerInfo */

Completed in 366 milliseconds