Home
last modified time | relevance | path

Searched defs:group (Results 1 – 7 of 7) sorted by relevance

/art/test/169-threadgroup-jni/src/
DMain.java21 ThreadGroup group = new ThreadGroup("Test group"); in main() local
38 private static native void testNativeThread(ThreadGroup group); in testNativeThread()
/art/openjdkjvmti/
Dti_threadgroup.cc91 jthreadGroup group, in GetThreadGroupInfo()
167 art::ObjPtr<art::mirror::Object> group = thread_group_field->GetObject(peer); in IsInDesiredThreadGroup() local
218 jthreadGroup group, in GetThreadGroupChildren()
Dti_thread.cc301 art::ObjPtr<art::mirror::Object> group = f->GetObject(peer); in GetThreadInfo() local
361 art::ObjPtr<art::mirror::Object> group = f->GetObject(peer); in GetThreadInfo() local
DOpenjdkJvmTi.cc266 jthreadGroup group, in GetThreadGroupInfo()
273 jthreadGroup group, in GetThreadGroupChildren()
/art/test/925-threadgroups/
Dthreadgroups.cc58 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()
/art/test/testrunner/
Drun_build_test_target.py41 group = parser.add_mutually_exclusive_group(required=True) variable
/art/runtime/
Dthread.cc2525 ScopedLocalRef<jobject> group(soa.Env(), soa.AddLocalReference<jobject>(ogroup)); in RemoveFromThreadGroup() local