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

  /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/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/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/libvpx/libvpx/third_party/googletest/src/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/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/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...]
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc     [all...]

Completed in 3980 milliseconds