Searched defs:group (Results 1 – 7 of 7) sorted by relevance
21 ThreadGroup group = new ThreadGroup("Test group"); in main() local38 private static native void testNativeThread(ThreadGroup group); in testNativeThread()
91 jthreadGroup group, in GetThreadGroupInfo()167 art::ObjPtr<art::mirror::Object> group = thread_group_field->GetObject(peer); in IsInDesiredThreadGroup() local218 jthreadGroup group, in GetThreadGroupChildren()
301 art::ObjPtr<art::mirror::Object> group = f->GetObject(peer); in GetThreadInfo() local361 art::ObjPtr<art::mirror::Object> group = f->GetObject(peer); in GetThreadInfo() local
266 jthreadGroup group, in GetThreadGroupInfo()273 jthreadGroup group, in GetThreadGroupChildren()
58 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jthreadGroup group) { in Java_art_Test925_getThreadGroupInfo()90 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jthreadGroup group) { in Java_art_Test925_getThreadGroupChildren()
41 group = parser.add_mutually_exclusive_group(required=True) variable
2638 ScopedLocalRef<jobject> group(soa.Env(), soa.AddLocalReference<jobject>(ogroup)); in RemoveFromThreadGroup() local