HomeSort by relevance Sort by last modified time
    Searched refs:GetThreads (Results 1 - 5 of 5) sorted by null

  /art/runtime/openjdkjvmti/
ti_threadgroup.cc 168 static void GetThreads(art::Handle<art::mirror::Object> thread_group,
238 GetThreads(thread_group, &thread_peers);
  /art/runtime/
debugger.h 457 static void GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids)
    [all...]
debugger.cc     [all...]
  /system/core/libbacktrace/
backtrace_test.cpp 419 static void GetThreads(pid_t pid, std::vector<pid_t>* threads) {
457 GetThreads(pid, &threads);
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 188 Dbg::GetThreads(nullptr /* all thread groups */, &thread_ids);
    [all...]

Completed in 519 milliseconds