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

/prebuilts/jdk/jdk8/darwin-x86/include/
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);
/prebuilts/jdk/jdk8/linux-x86/include/
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);
/prebuilts/jdk/jdk9/darwin-x86/include/
H A Djvmti.h1721 jvmtiError (JNICALL *GetThreadCpuTime) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2519 jvmtiError GetThreadCpuTime(jthread thread, function in struct:_jvmtiEnv
2521 return functions->GetThreadCpuTime(this, thread, nanos_ptr);
/prebuilts/jdk/jdk9/linux-x86/include/
H A Djvmti.h1721 jvmtiError (JNICALL *GetThreadCpuTime) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2519 jvmtiError GetThreadCpuTime(jthread thread, function in struct:_jvmtiEnv
2521 return functions->GetThreadCpuTime(this, thread, nanos_ptr);

Completed in 70 milliseconds