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

1 2

  /external/google-breakpad/src/processor/
minidump_dump.cc 104 MinidumpThreadList *thread_list = minidump.GetThreadList(); local
105 if (!thread_list) {
109 thread_list->Print();
minidump_processor_unittest.cc 499 MockMinidumpThreadList thread_list; local
501 WillOnce(Return(&thread_list));
531 EXPECT_CALL(thread_list, thread_count()).
533 EXPECT_CALL(thread_list, GetThreadAtIndex(0)).
568 MockMinidumpThreadList thread_list; local
569 EXPECT_CALL(dump, GetThreadList()).WillOnce(Return(&thread_list));
570 EXPECT_CALL(thread_list, thread_count()).WillRepeatedly(Return(0));
599 MockMinidumpThreadList thread_list; local
601 WillOnce(Return(&thread_list));
624 EXPECT_CALL(thread_list, thread_count())
    [all...]
minidump_unittest.cc 258 MinidumpThreadList *thread_list = minidump.GetThreadList(); local
259 ASSERT_TRUE(thread_list != NULL);
260 ASSERT_EQ(1U, thread_list->thread_count());
262 MinidumpThread *md_thread = thread_list->GetThreadAtIndex(0);
328 MinidumpThreadList* thread_list = minidump.GetThreadList(); local
329 ASSERT_TRUE(thread_list != NULL);
330 ASSERT_EQ(1U, thread_list->thread_count());
332 MinidumpThread* md_thread = thread_list->GetThreadAtIndex(0);
371 MinidumpThreadList* thread_list = minidump.GetThreadList(); local
372 ASSERT_TRUE(thread_list != NULL)
576 MinidumpThreadList *thread_list = minidump.GetThreadList(); local
    [all...]
  /art/runtime/native/
dalvik_system_VMStack.cc 31 #include "thread_list.h"
52 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
54 Thread* thread = thread_list->SuspendThreadByPeer(peer,
65 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal);
java_lang_Thread.cc 29 #include "thread_list.h"
145 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
148 Thread* thread = thread_list->SuspendThreadByPeer(peer,
157 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal);
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 29 #include "thread_list.h"
59 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
68 Thread* thread = thread_list->SuspendThreadByThreadId(thin_lock_id,
78 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal);
140 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
143 thread_list->ForEach(ThreadCountCallback, &thread_count);
149 thread_list->ForEach(ThreadStatsGetterCallback, &bytes);
  /external/google-breakpad/src/client/windows/unittests/
dump_analysis.cc 80 MINIDUMP_THREAD_LIST* thread_list = NULL; local
81 size_t thread_list_size = GetStream(ThreadListStream, &thread_list);
83 if (thread_list_size > 0 && thread_list != NULL) {
84 for (ULONG i = 0; i < thread_list->NumberOfThreads; ++i) {
85 if (!HasMemory(thread_list->Threads[i].Teb))
97 MINIDUMP_THREAD_LIST* thread_list = NULL; local
98 size_t thread_list_size = GetStream(ThreadListStream, &thread_list);
100 if (thread_list_size > 0 && thread_list != NULL &&
101 thread_list->NumberOfThreads > 0) {
103 if (!HasMemory(thread_list->Threads[0].Teb, &teb)
    [all...]
  /art/runtime/gc/space/
bump_pointer_space.cc 21 #include "thread_list.h"
107 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
108 for (Thread* thread : thread_list) {
127 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
128 for (Thread* thread : thread_list) {
167 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
172 for (Thread* thread : thread_list) {
185 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
190 for (Thread* thread : thread_list) {
region_space.cc 22 #include "thread_list.h"
503 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
504 for (Thread* thread : thread_list) {
521 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
522 for (Thread* thread : thread_list) {
  /external/google-breakpad/src/client/mac/tests/
crash_generation_server_test.cc 260 MinidumpThreadList* thread_list = minidump.GetThreadList(); local
261 ASSERT_TRUE(thread_list);
262 ASSERT_EQ((unsigned int)1, thread_list->thread_count());
264 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0);
339 MinidumpThreadList* thread_list = minidump.GetThreadList(); local
340 ASSERT_TRUE(thread_list);
341 ASSERT_EQ((unsigned int)1, thread_list->thread_count());
343 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0);
minidump_generator_test.cc 120 MinidumpThreadList* thread_list = minidump.GetThreadList(); local
121 ASSERT_TRUE(thread_list);
122 ASSERT_EQ((unsigned int)1, thread_list->thread_count());
124 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0);
211 MinidumpThreadList* thread_list = minidump.GetThreadList(); local
212 ASSERT_TRUE(thread_list);
213 ASSERT_EQ((unsigned int)1, thread_list->thread_count());
215 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0);
301 MinidumpThreadList* thread_list = minidump.GetThreadList(); local
302 ASSERT_TRUE(thread_list);
    [all...]
  /external/syslinux/core/include/
thread.h 19 struct thread_list { struct
20 struct thread_list *next, *prev;
34 struct thread_list list;
48 struct thread_list list;
70 struct thread_list list;
  /external/google-breakpad/src/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/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 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/protobuf/gtest/src/
gtest-port.cc 85 thread_act_array_t thread_list; local
86 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
88 // task_threads allocates resources in thread_list and we need to free them
91 reinterpret_cast<vm_address_t>(thread_list),
  /external/swiftshader/third_party/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),
  /prebuilts/ndk/r11/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),
  /prebuilts/ndk/r13/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),
  /art/runtime/openjdkjvm/
OpenjdkJvm.cc 61 #include "thread_list.h"
420 art::ThreadList* thread_list = art::Runtime::Current()->GetThreadList(); local
425 thread = thread_list->SuspendThreadByPeer(jthread,
435 bool resumed = thread_list->Resume(thread, art::SuspendReason::kInternal);
  /art/runtime/openjdkjvmti/
ti_thread.cc 52 #include "thread_list.h"
511 std::list<art::Thread*> thread_list = art::Runtime::Current()->GetThreadList()->GetList(); local
515 for (art::Thread* thread : thread_list) {
    [all...]
  /external/googletest/googletest/src/
gtest-port.cc 120 thread_act_array_t thread_list; local
121 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
123 // task_threads allocates resources in thread_list and we need to free them
126 reinterpret_cast<vm_address_t>(thread_list),
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 120 thread_act_array_t thread_list; local
121 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
123 // task_threads allocates resources in thread_list and we need to free them
126 reinterpret_cast<vm_address_t>(thread_list),
    [all...]
  /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/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; \

Completed in 884 milliseconds

1 2