Searched refs:GetThreadCpuTime (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A Djmm.h257 jlong (JNICALL *GetThreadCpuTime) (JNIEnv *env, jlong thread_id); member in struct:jmmInterface_1_
/openjdk7/jdk/src/share/javavm/export/
H A Djmm.h257 jlong (JNICALL *GetThreadCpuTime) (JNIEnv *env, jlong thread_id); member in struct:jmmInterface_1_
H A Djvmti.h1697 jvmtiError (JNICALL *GetThreadCpuTime) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2451 jvmtiError GetThreadCpuTime(jthread thread, function in struct:_jvmtiEnv
2453 return functions->GetThreadCpuTime(this, thread, nanos_ptr);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1599 error = JVMTI_FUNC_PTR(gdata->jvmti,GetThreadCpuTime)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp3352 JvmtiEnv::GetThreadCpuTime(JavaThread* java_thread, jlong* nanos_ptr) { function in class:JvmtiEnv
3355 } /* end GetThreadCpuTime */

Completed in 62 milliseconds