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()
164 art::ObjPtr<art::mirror::Object> group = thread_group_field->GetObject(peer); in IsInDesiredThreadGroup() local
222 jthreadGroup group, in GetThreadGroupChildren()
Dti_thread.cc299 art::ObjPtr<art::mirror::Object> group = f->GetObject(peer); in GetThreadInfo() local
359 art::ObjPtr<art::mirror::Object> group = f->GetObject(peer); in GetThreadInfo() local
DOpenjdkJvmTi.cc260 jthreadGroup group, in GetThreadGroupInfo()
267 jthreadGroup group, in GetThreadGroupChildren()
/art/test/925-threadgroups/
Dthreadgroups.cc58 JNIEnv* env, [[maybe_unused]] jclass Main_klass, jthreadGroup group) { in Java_art_Test925_getThreadGroupInfo()
90 JNIEnv* env, [[maybe_unused]] jclass Main_klass, jthreadGroup group) { in Java_art_Test925_getThreadGroupChildren()
/art/test/testrunner/
Drun_build_test_target.py47 group = parser.add_mutually_exclusive_group(required=True) variable
/art/runtime/
Dthread.cc2729 ObjPtr<mirror::Object> group = in RemoveFromThreadGroup() local