jdk/src/share/native/sun/management/ThreadImpl.c
JNIEXPORT jlong JNICALL
Java_sun_management_ThreadImpl_getThreadUserCpuTime0
(JNIEnv *env, jclass cls, jlong tid)
{
{- -------------------------------------------
(1) jmm_GetThreadCpuTimeWithKind() を呼び出すだけ.
---------------------------------------- -}
return jmm_interface->GetThreadCpuTimeWithKind(env, tid, JNI_FALSE /* user */);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.