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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld.h 29 SuspendedThreadID GetThreadID(uptr index) const {
sanitizer_stoptheworld_linux_libcdep.cc 166 pid_t tid = suspended_threads_list_.GetThreadID(i);
182 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i),
484 pid_t tid = GetThreadID(index);
  /external/google-breakpad/src/processor/
minidump_unittest.cc 265 ASSERT_TRUE(md_thread->GetThreadID(&thread_id));
336 ASSERT_TRUE(md_thread->GetThreadID(&thread_id));
379 ASSERT_TRUE(md_thread->GetThreadID(&thread_id));
580 ASSERT_TRUE(thread_list->GetThreadAtIndex(0)->GetThreadID(&thread_id));
588 ASSERT_TRUE(thread_list->GetThreadAtIndex(1)->GetThreadID(&thread_id));
596 ASSERT_TRUE(thread_list->GetThreadAtIndex(2)->GetThreadID(&thread_id));
604 ASSERT_TRUE(thread_list->GetThreadAtIndex(3)->GetThreadID(&thread_id));
612 ASSERT_TRUE(thread_list->GetThreadAtIndex(4)->GetThreadID(&thread_id));
728 ASSERT_TRUE(md_exception->GetThreadID(&thread_id));
802 ASSERT_TRUE(md_exception->GetThreadID(&thread_id))
    [all...]
minidump_processor_unittest.cc 96 MOCK_CONST_METHOD1(GetThreadID, bool(uint32_t*));
509 EXPECT_CALL(no_memory_thread, GetThreadID(_)).
609 EXPECT_CALL(no_context_thread, GetThreadID(_)).
minidump_processor.cc 112 has_requesting_thread = exception->GetThreadID(&requesting_thread_id);
174 if (!thread->GetThreadID(&thread_id)) {
    [all...]
minidump.cc     [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 282 virtual bool GetThreadID(uint32_t *thread_id) const;
607 bool GetThreadID(uint32_t *thread_id) const;
    [all...]
  /external/v8/tools/oom_dump/
oom_dump.cc 121 CHECK(exception->GetThreadID(&exception_thread_id));
  /external/compiler-rt/lib/lsan/
lsan_common.cc 185 uptr os_id = static_cast<uptr>(suspended_threads.GetThreadID(i));
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc     [all...]

Completed in 139 milliseconds