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

/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1689 jvmtiError (JNICALL *GetCurrentThreadCpuTime) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2443 jvmtiError GetCurrentThreadCpuTime(jlong* nanos_ptr) { function in struct:_jvmtiEnv
2444 return functions->GetCurrentThreadCpuTime(this, nanos_ptr);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp3334 JvmtiEnv::GetCurrentThreadCpuTime(jlong* nanos_ptr) { function in class:JvmtiEnv
3337 } /* end GetCurrentThreadCpuTime */

Completed in 50 milliseconds