Searched refs:thread_list (Results 1 - 7 of 7) sorted by relevance

/external/v8/tools/oom_dump/
H A Doom_dump.cc124 MinidumpThreadList* thread_list = minidump.GetThreadList(); local
125 CHECK(thread_list);
128 thread_list->GetThreadByID(exception_thread_id);
/external/qemu/memcheck/
H A Dmemcheck_proc_management.c50 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/testing/gtest/src/
H A Dgtest-port.cc87 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/
H A Dgtest-port.cc87 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/
H A Dgtest-port.cc87 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/protobuf/gtest/src/
H A Dgtest-port.cc83 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/v8/tools/
H A Dgrokdump.py402 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:

Completed in 239 milliseconds