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

  /art/runtime/gc/collector/
garbage_collector.cc 30 #include "thread_list.h"
64 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
75 thread_list->SuspendAll();
78 thread_list->ResumeAll();
92 thread_list->SuspendAll();
99 thread_list->ResumeAll();
mark_sweep.cc 51 #include "thread_list.h"
1096 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
    [all...]
  /art/runtime/
signal_catcher.cc 36 #include "thread_list.h"
119 ThreadList* thread_list = runtime->GetThreadList(); local
124 thread_list->SuspendAll();
153 thread_list->ResumeAll();
debugger.cc 48 #include "thread_list.h"
2629 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
    [all...]
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 25 #include "thread_list.h"
129 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
132 thread_list->ForEach(ThreadCountCallback, &thread_count);
138 thread_list->ForEach(ThreadStatsGetterCallback, &bytes);
  /external/open-vcdiff/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/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/testing/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/chrome_frame/crash_reporting/
minidump_test.cc 171 MINIDUMP_THREAD_LIST* thread_list = NULL; local
172 size_t thread_list_size = GetStream(ThreadListStream, &thread_list);
174 if (thread_list_size > 0 && thread_list != NULL) {
175 for (ULONG i = 0; i < thread_list->NumberOfThreads; ++i) {
176 if (!DumpHasMemory(thread_list->Threads[i].Teb))
188 MINIDUMP_THREAD_LIST* thread_list = NULL; local
189 size_t thread_list_size = GetStream(ThreadListStream, &thread_list);
191 if (thread_list_size > 0 && thread_list != NULL &&
192 thread_list->NumberOfThreads > 0) {
194 if (!DumpHasMemory(thread_list->Threads[0].Teb, &teb)
    [all...]
  /external/chromium_org/testing/gtest/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/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 125 MinidumpThreadList* thread_list = minidump.GetThreadList(); local
126 CHECK(thread_list);
129 thread_list->GetThreadByID(exception_thread_id);
  /external/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/llvm/utils/unittest/googletest/
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),
  /external/v8/tools/oom_dump/
oom_dump.cc 124 MinidumpThreadList* thread_list = minidump.GetThreadList(); local
125 CHECK(thread_list);
128 thread_list->GetThreadByID(exception_thread_id);
  /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/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/
heap.cc 54 #include "thread_list.h"
1660 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
    [all...]

Completed in 1456 milliseconds