HomeSort by relevance Sort by last modified time
    Searched defs:thread_group (Results 1 - 11 of 11) sorted by null

  /art/test/169-threadgroup-jni/
jni_daemon_thread.cc 30 jobject thread_group = reinterpret_cast<jobject>(arg); local
32 JavaVMAttachArgs args = { JNI_VERSION_1_6, __FUNCTION__, thread_group };
52 JNIEnv* env, jclass, jobject thread_group) {
54 jobject global_thread_group = env->NewGlobalRef(thread_group);
  /art/openjdkjvmti/
ti_threadgroup.cc 168 static void GetThreads(art::Handle<art::mirror::Object> thread_group,
171 CHECK(thread_group != nullptr);
182 if (IsInDesiredThreadGroup(thread_group, peer)) {
188 static void GetChildThreadGroups(art::Handle<art::mirror::Object> thread_group,
191 CHECK(thread_group != nullptr);
196 art::ObjPtr<art::mirror::Object> groups_array = groups_field->GetObject(thread_group.Get());
232 art::Handle<art::mirror::Object> thread_group = hs.NewHandle( local
235 art::ObjectLock<art::mirror::Object> thread_group_lock(soa.Self(), thread_group);
238 GetThreads(thread_group, &thread_peers);
241 GetChildThreadGroups(thread_group, &thread_groups)
    [all...]
  /external/bcc/tools/
offcputime.py 61 thread_group = parser.add_mutually_exclusive_group() variable
64 thread_group.add_argument("-p", "--pid", metavar="PID", dest="tgid",
66 thread_group.add_argument("-t", "--tid", metavar="TID", dest="pid",
68 thread_group.add_argument("-u", "--user-threads-only", action="store_true",
70 thread_group.add_argument("-k", "--kernel-threads-only", action="store_true",
offwaketime.py 61 thread_group = parser.add_mutually_exclusive_group() variable
64 thread_group.add_argument("-p", "--pid", metavar="PID", dest="tgid",
66 thread_group.add_argument("-t", "--tid", metavar="TID", dest="pid",
68 thread_group.add_argument("-u", "--user-threads-only", action="store_true",
70 thread_group.add_argument("-k", "--kernel-threads-only", action="store_true",
profile.py 78 thread_group = parser.add_mutually_exclusive_group() variable
79 thread_group.add_argument("-p", "--pid", type=positive_int,
  /external/bcc/tools/old/
profile.py 86 thread_group = parser.add_mutually_exclusive_group() variable
87 thread_group.add_argument("-p", "--pid", type=positive_int,
  /art/runtime/jni/
java_vm_ext.cc 447 jobject thread_group = nullptr; local
456 thread_group = args->group;
459 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group,
    [all...]
  /art/runtime/
debugger.cc 2111 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id, local
2135 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); local
2152 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); local
2202 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); local
    [all...]
thread.cc 1825 ObjPtr<mirror::Object> thread_group = local
    [all...]
  /art/openjdkjvmti/include/
jvmti.h 522 jthreadGroup thread_group; member in struct:_jvmtiThreadInfo
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvmti.h 522 jthreadGroup thread_group; member in struct:_jvmtiThreadInfo
    [all...]

Completed in 1516 milliseconds