Searched defs:group (Results 1 – 8 of 8) 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()164 art::ObjPtr<art::mirror::Object> group = thread_group_field->GetObject(peer); in IsInDesiredThreadGroup() local216 jthreadGroup group, in GetThreadGroupChildren()
298 art::ObjPtr<art::mirror::Object> group = f->GetObject(peer); in GetThreadInfo() local358 art::ObjPtr<art::mirror::Object> group = f->GetObject(peer); in GetThreadInfo() local
264 jthreadGroup group, in GetThreadGroupInfo()271 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
2100 ObjPtr<mirror::Object> group = f->GetObject(thread_object); in GetThreadGroup() local2233 ObjPtr<mirror::Object> group = f->GetObject(f->GetDeclaringClass()); in GetSystemThreadGroupId() local2333 ObjPtr<mirror::Object> group = thread_group_field->GetObject(peer); in IsInDesiredThreadGroup() local
2519 ScopedLocalRef<jobject> group(soa.Env(), soa.AddLocalReference<jobject>(ogroup)); in RemoveFromThreadGroup() local