/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | minidump_unittest.cc | 317 ASSERT_TRUE(md_thread->GetThreadID(&thread_id)); in TEST() 388 ASSERT_TRUE(md_thread->GetThreadID(&thread_id)); in TEST() 431 ASSERT_TRUE(md_thread->GetThreadID(&thread_id)); in TEST() 959 ASSERT_TRUE(thread_list->GetThreadAtIndex(0)->GetThreadID(&thread_id)); in TEST() 967 ASSERT_TRUE(thread_list->GetThreadAtIndex(1)->GetThreadID(&thread_id)); in TEST() 975 ASSERT_TRUE(thread_list->GetThreadAtIndex(2)->GetThreadID(&thread_id)); in TEST() 983 ASSERT_TRUE(thread_list->GetThreadAtIndex(3)->GetThreadID(&thread_id)); in TEST() 991 ASSERT_TRUE(thread_list->GetThreadAtIndex(4)->GetThreadID(&thread_id)); in TEST() 1130 ASSERT_TRUE(md_exception->GetThreadID(&thread_id)); in TEST() 1204 ASSERT_TRUE(md_exception->GetThreadID(&thread_id)); in TEST() [all …]
|
H A D | minidump_processor_unittest.cc | 115 MOCK_CONST_METHOD1(GetThreadID, bool(uint32_t*)); 388 EXPECT_CALL(thread, GetThreadID(_)). in TEST_F() 617 EXPECT_CALL(no_memory_thread, GetThreadID(_)). in TEST_F() 717 EXPECT_CALL(no_context_thread, GetThreadID(_)). in TEST_F()
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/ |
H A D | cxa_guard_impl.h | 313 uint32_t (*GetThreadID)() = PlatformThreadID> 318 has_thread_id_support(_thread_id_address != nullptr && GetThreadID != nullptr) {} in InitByteGlobalMutex() 387 LazyValue<uint32_t, GetThreadID> current_thread_id; 608 uint32_t (*GetThreadID)() = PlatformThreadID> 609 …exGuard = GuardObject<InitByteGlobalMutex<Mutex, CondVar, global_mutex, global_cond, GetThreadID>>;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3.11/site-packages/lldb/plugins/ |
D | scripted_process.py | 419 driving_thread.GetThreadID() 492 self.id = self.driving_thread.GetThreadID() 506 and self.get_thread_id() == self.driving_thread.GetThreadID()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3.11/site-packages/lldb/plugins/ |
D | scripted_process.py | 419 driving_thread.GetThreadID() 492 self.id = self.driving_thread.GetThreadID() 506 and self.get_thread_id() == self.driving_thread.GetThreadID()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/plugins/ |
D | scripted_process.py | 419 driving_thread.GetThreadID() 492 self.id = self.driving_thread.GetThreadID() 506 and self.get_thread_id() == self.driving_thread.GetThreadID()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/plugins/ |
D | scripted_process.py | 419 driving_thread.GetThreadID() 492 self.id = self.driving_thread.GetThreadID() 506 and self.get_thread_id() == self.driving_thread.GetThreadID()
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_linux_libcdep.cc | 170 pid_t tid = suspended_threads_list_.GetThreadID(i); in ResumeAllThreads() 186 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i), in KillAllThreads() 497 pid_t tid = GetThreadID(index); in GetRegistersAndSP()
|
H A D | sanitizer_stoptheworld.h | 29 SuspendedThreadID GetThreadID(uptr index) const { in GetThreadID() function
|
/aosp_15_r20/external/libcxxabi/src/ |
H A D | cxa_guard_impl.h | 273 uint32_t (*GetThreadID)() = PlatformThreadID> 276 GetThreadID>> { 345 LazyValue<uint32_t, GetThreadID> current_thread_id;
|
/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/ |
H A D | minidump.h | 292 virtual bool GetThreadID(uint32_t* thread_id) const; 381 virtual bool GetThreadID(uint32_t* thread_id) const; 723 bool GetThreadID(uint32_t* thread_id) const;
|
/aosp_15_r20/art/test/2246-trace-stream/src/ |
H A D | StreamTraceParser.java | 30 int threadId = GetThreadID(); in CheckTraceFileFormat()
|
H A D | NonStreamTraceParser.java | 83 int threadId = GetThreadID(); in CheckTraceFileFormat()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Interpreter/Interfaces/ |
D | ScriptedThreadInterface.h | 28 virtual lldb::tid_t GetThreadID() { return LLDB_INVALID_THREAD_ID; } in GetThreadID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Interpreter/Interfaces/ |
D | ScriptedThreadInterface.h | 28 virtual lldb::tid_t GetThreadID() { return LLDB_INVALID_THREAD_ID; } in GetThreadID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Interpreter/Interfaces/ |
D | ScriptedThreadInterface.h | 28 virtual lldb::tid_t GetThreadID() { return LLDB_INVALID_THREAD_ID; } in GetThreadID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Interpreter/Interfaces/ |
D | ScriptedThreadInterface.h | 28 virtual lldb::tid_t GetThreadID() { return LLDB_INVALID_THREAD_ID; } in GetThreadID() function
|
/aosp_15_r20/external/cronet/base/threading/ |
H A D | hang_watcher.cc | 765 const PlatformThreadId thread_id = watch_state.get()->GetThreadID(); in Init() 786 WatchStateCopy{deadline, watch_state.get()->GetThreadID()}); in Init() 1294 PlatformThreadId HangWatchState::GetThreadID() const { in GetThreadID() function in base::internal::HangWatchState
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/API/ |
D | SBBreakpointName.h | 70 lldb::tid_t GetThreadID();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/API/ |
D | SBBreakpointName.h | 70 lldb::tid_t GetThreadID();
|
D | SBBreakpointLocation.h | 82 lldb::tid_t GetThreadID();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/API/ |
D | SBBreakpointName.h | 70 lldb::tid_t GetThreadID();
|
D | SBBreakpointLocation.h | 82 lldb::tid_t GetThreadID();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/API/ |
D | SBBreakpointName.h | 70 lldb::tid_t GetThreadID();
|
D | SBBreakpointLocation.h | 82 lldb::tid_t GetThreadID();
|