Searched defs:GetThreadGroupInfo (Results 1 - 4 of 4) sorted by relevance

/prebuilts/jdk/jdk8/darwin-x86/include/
H A Djvmti.h1068 jvmtiError (JNICALL *GetThreadGroupInfo) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1887 jvmtiError GetThreadGroupInfo(jthreadGroup group, function in struct:_jvmtiEnv
1889 return functions->GetThreadGroupInfo(this, group, info_ptr);
/prebuilts/jdk/jdk8/linux-x86/include/
H A Djvmti.h1068 jvmtiError (JNICALL *GetThreadGroupInfo) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1887 jvmtiError GetThreadGroupInfo(jthreadGroup group, function in struct:_jvmtiEnv
1889 return functions->GetThreadGroupInfo(this, group, info_ptr);
/prebuilts/jdk/jdk9/darwin-x86/include/
H A Djvmti.h1074 jvmtiError (JNICALL *GetThreadGroupInfo) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1911 jvmtiError GetThreadGroupInfo(jthreadGroup group, function in struct:_jvmtiEnv
1913 return functions->GetThreadGroupInfo(this, group, info_ptr);
/prebuilts/jdk/jdk9/linux-x86/include/
H A Djvmti.h1074 jvmtiError (JNICALL *GetThreadGroupInfo) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1911 jvmtiError GetThreadGroupInfo(jthreadGroup group, function in struct:_jvmtiEnv
1913 return functions->GetThreadGroupInfo(this, group, info_ptr);

Completed in 52 milliseconds