Searched refs:GetCurrentThreadCpuTime (Results 1 – 1 of 1) sorted by relevance
1689 jvmtiError (JNICALL *GetCurrentThreadCpuTime) (jvmtiEnv* env,2443 jvmtiError GetCurrentThreadCpuTime(jlong* nanos_ptr) { in GetCurrentThreadCpuTime() function2444 return functions->GetCurrentThreadCpuTime(this, nanos_ptr); in GetCurrentThreadCpuTime()