HomeSort by relevance Sort by last modified time
    Searched defs:thread_list (Results 1 - 25 of 26) sorted by null

1 2

  /art/runtime/native/
dalvik_system_VMStack.cc 25 #include "thread_list.h"
37 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
43 thread = thread_list->SuspendThreadByPeer(peer, true, false, &timed_out);
51 thread_list->Resume(thread, false);
java_lang_Thread.cc 26 #include "thread_list.h"
131 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
137 thread = thread_list->SuspendThreadByPeer(peer, true, false, &timed_out);
144 thread_list->Resume(thread, false);
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 25 #include "thread_list.h"
55 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
68 thread = thread_list->SuspendThreadByThreadId(thin_lock_id, false, &timed_out);
77 thread_list->Resume(thread, false);
138 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
141 thread_list->ForEach(ThreadCountCallback, &thread_count);
147 thread_list->ForEach(ThreadStatsGetterCallback, &bytes);
  /art/runtime/
signal_catcher.cc 37 #include "thread_list.h"
127 ThreadList* thread_list = runtime->GetThreadList(); local
132 thread_list->SuspendAll();
160 thread_list->ResumeAll();
monitor.cc 33 #include "thread_list.h"
682 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
691 owner = thread_list->SuspendThreadByThreadId(owner_thread_id, false, &timed_out);
701 thread_list->Resume(owner, false);
    [all...]
profiler.cc 39 #include "thread_list.h"
222 ThreadList* thread_list = runtime->GetThreadList(); local
225 size_t barrier_count = thread_list->RunCheckpointOnRunnableThreads(&check_point);
runtime.cc 80 #include "thread_list.h"
160 // could call RosAlloc::InspectAll() which needs the thread_list
259 ThreadList* thread_list = runtime->GetThreadList(); variable
260 if (thread_list != nullptr) {
270 thread_list->DumpLocked(os);
    [all...]
  /art/runtime/gc/space/
bump_pointer_space.cc 21 #include "thread_list.h"
105 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
106 for (Thread* thread : thread_list) {
124 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
125 for (Thread* thread : thread_list) {
214 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
219 for (Thread* thread : thread_list) {
232 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
237 for (Thread* thread : thread_list) {
  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.cpp 404 ThreadList &thread_list = m_process->GetThreadList(); local
406 ThreadSP thread_sp (CreateThreadFromThreadInfo (thread_info_dict, core_threads, thread_list, &did_create));
408 thread_list.AddThread(thread_sp);
  /external/protobuf/gtest/src/
gtest-port.cc 83 thread_act_array_t thread_list; local
84 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
86 // task_threads allocates resources in thread_list and we need to free them
89 reinterpret_cast<vm_address_t>(thread_list),
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc 87 thread_act_array_t thread_list; local
88 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
90 // task_threads allocates resources in thread_list and we need to free them
93 reinterpret_cast<vm_address_t>(thread_list),
  /external/chromium_org/v8/tools/oom_dump/
oom_dump.cc 123 MinidumpThreadList* thread_list = minidump.GetThreadList(); local
124 CHECK(thread_list);
127 thread_list->GetThreadByID(exception_thread_id);
  /external/gtest/src/
gtest-port.cc 93 thread_act_array_t thread_list; local
94 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
96 // task_threads allocates resources in thread_list and we need to free them
99 reinterpret_cast<vm_address_t>(thread_list),
  /external/lldb/tools/darwin-threads/
examine-threads.c 384 thread_array_t thread_list; local
387 kr = task_threads (task, &thread_list, &thread_count);
399 thread_basic_info_t basic_info = get_thread_basic_info (thread_list[i]);
401 thread_identifier_info_data_t identifier_info = get_thread_identifier_info (thread_list[i]);
404 uint64_t pc = get_current_pc (thread_list[i], &wordsize);
424 printf (" (examine-threads port namespace) mach port # 0x%4.4x\n", (int) thread_list[i]);
426 if (inferior_namespace_mach_port_num (task, thread_list[i], &mach_port_inferior_namespace))
468 vm_deallocate (mytask, (vm_address_t) thread_list,
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 87 thread_act_array_t thread_list; local
88 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
90 // task_threads allocates resources in thread_list and we need to free them
93 reinterpret_cast<vm_address_t>(thread_list),
  /external/mesa3d/src/gtest/src/
gtest-port.cc 87 thread_act_array_t thread_list; local
88 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
90 // task_threads allocates resources in thread_list and we need to free them
93 reinterpret_cast<vm_address_t>(thread_list),
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 92 thread_act_array_t thread_list; local
93 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
95 // task_threads allocates resources in thread_list and we need to free them
98 reinterpret_cast<vm_address_t>(thread_list),
  /external/lldb/tools/debugserver/source/MacOSX/
MachThreadList.cpp 276 thread_array_t thread_list = NULL; local
279 DNBError err(::task_threads (task, &thread_list, &thread_list_count), DNBError::MachKernel);
282 err.LogThreaded("::task_threads ( task = 0x%4.4x, thread_list => %p, thread_list_count => %u )", task, thread_list, thread_list_count);
293 const thread_t mach_port_num = thread_list[idx];
326 (vm_address_t)thread_list,
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 93 thread_act_array_t thread_list; local
94 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
96 // task_threads allocates resources in thread_list and we need to free them
99 reinterpret_cast<vm_address_t>(thread_list),
    [all...]
  /external/chromium_org/v8/src/third_party/vtune/
ittnotify_config.h 379 __itt_thread_info* thread_list; member in struct:___itt_global
398 (gptr)->thread_list = h; \
415 (gptr)->thread_list = h; \
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 350 __itt_thread_info* thread_list; member in struct:___itt_global
369 (gptr)->thread_list = h; \
386 (gptr)->thread_list = h; \
  /art/runtime/gc/collector/
mark_sweep.cc 44 #include "thread_list.h"
983 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
    [all...]
  /art/oatdump/
oatdump.cc 53 #include "thread_list.h"
1080 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 22 #include "thread_list.h"
1719 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
1744 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
2018 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
    [all...]
  /art/runtime/gc/
heap.cc 69 #include "thread_list.h"
2663 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
    [all...]

Completed in 1459 milliseconds

1 2