/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...] |
/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...] |
/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);
|
/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();
|
Android.mk | 123 thread_list.cc \
|
debugger.cc | 48 #include "thread_list.h" 2629 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local [all...] |
thread.cc | 65 #include "thread_list.h" 290 void Thread::Init(ThreadList* thread_list, JavaVMExt* java_vm) { 308 thin_lock_id_ = thread_list->AllocThreadId(this); 312 thread_list->Register(this); [all...] |
/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/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);
|
/external/qemu/memcheck/ |
memcheck_proc_management.c | 50 static QLIST_HEAD(thread_list, ThreadDesc) thread_list; 81 QLIST_INSERT_HEAD(&thread_list, new_thread, global_entry); 186 QLIST_FOREACH(thread, &thread_list, global_entry) { 211 QLIST_FOREACH(thread, &thread_list, global_entry) { 312 QLIST_INIT(&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/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/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/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/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; \
|
/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/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_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),
|
/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/v8/tools/ |
grokdump.py | 402 thread_list = MINIDUMP_THREAD_LIST.Read(self.minidump, d.location.rva) 403 assert ctypes.sizeof(thread_list) == d.location.data_size 404 DebugPrint(thread_list) 405 for thread in thread_list.threads: [all...] |
/art/runtime/gc/ |
heap.cc | 54 #include "thread_list.h" 1660 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local [all...] |
/external/chromium_org/v8/tools/ |
grokdump.py | 565 thread_list = MINIDUMP_THREAD_LIST.Read(self.minidump, d.location.rva) 566 assert ctypes.sizeof(thread_list) == d.location.data_size 567 DebugPrint(thread_list) 568 for thread in thread_list.threads: [all...] |