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

1 2

  /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...]
  /tools/test/connectivity/acts/tests/google/bt/system_tests/
RfcommLongevityTest.py 38 thread_list = [] variable in class:RfcommLongevityTest
60 for thread in self.thread_list:
72 self.thread_list.append(accept_thread)
77 self.thread_list.append(connect_thread)
120 for t in self.thread_list:
122 self.thread_list.clear()
167 for t in self.thread_list:
169 self.thread_list.clear()
214 for t in self.thread_list:
216 self.thread_list.clear(
    [all...]
RfcommStressTest.py 38 thread_list = [] variable in class:RfcommStressTest
60 for thread in self.thread_list:
66 self.thread_list.append(accept_thread)
71 self.thread_list.append(connect_thread)
110 for t in self.thread_list:
112 self.thread_list.clear()
154 for t in self.thread_list:
156 self.thread_list.clear()
  /external/google-breakpad/src/client/mac/tests/
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...]
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);
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 27 #include "thread_list.h"
57 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
66 Thread* thread = thread_list->SuspendThreadByThreadId(thin_lock_id, false, &timed_out);
74 thread_list->Resume(thread, false);
135 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
138 thread_list->ForEach(ThreadCountCallback, &thread_count);
144 thread_list->ForEach(ThreadStatsGetterCallback, &bytes);
dalvik_system_VMStack.cc 27 #include "thread_list.h"
39 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
41 Thread* thread = thread_list->SuspendThreadByPeer(peer, true, false, &timed_out);
49 thread_list->Resume(thread, false);
java_lang_Thread.cc 27 #include "thread_list.h"
143 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
146 Thread* thread = thread_list->SuspendThreadByPeer(peer, true, false, &timed_out);
152 thread_list->Resume(thread, false);
  /external/google-breakpad/src/processor/
minidump_dump.cc 104 MinidumpThreadList *thread_list = minidump.GetThreadList(); local
105 if (!thread_list) {
109 thread_list->Print();
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...]
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...]
  /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) {
219 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
224 for (Thread* thread : thread_list) {
237 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
242 for (Thread* thread : thread_list) {
region_space.cc 21 #include "thread_list.h"
385 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
386 for (Thread* thread : thread_list) {
403 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); local
404 for (Thread* thread : thread_list) {
  /tools/test/connectivity/acts/tests/google/bt/
RfcommTest.py 41 thread_list = [] variable in class:RfcommTest
83 for thread in self.thread_list:
85 self.thread_list.clear()
90 self.thread_list.append(accept_thread)
95 self.thread_list.append(connect_thread)
97 for thread in self.thread_list:
  /external/v8/tools/oom_dump/
oom_dump.cc 123 MinidumpThreadList* thread_list = minidump.GetThreadList(); local
124 CHECK(thread_list);
127 thread_list->GetThreadByID(exception_thread_id);
  /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; \
  /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/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 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/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/autotest/scheduler/
thread_lib_unittest.py 119 thread_list = [failing_worker, waiting_worker, master_thread]
120 for thread in thread_list:
  /art/runtime/openjdkjvm/
OpenjdkJvm.cc 43 #include "thread_list.h"
420 art::ThreadList* thread_list = art::Runtime::Current()->GetThreadList(); local
425 thread = thread_list->SuspendThreadByPeer(jthread, true, false, &timed_out);
432 thread_list->Resume(thread, false);
  /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/gtest/src/
gtest-port.cc 115 thread_act_array_t thread_list; local
116 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
118 // task_threads allocates resources in thread_list and we need to free them
121 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),

Completed in 438 milliseconds

1 2