Home
last modified time | relevance | path

Searched refs:GetThreadID (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump_unittest.cc317 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 Dminidump_processor_unittest.cc115 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 Dcxa_guard_impl.h313 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/
Dscripted_process.py419 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/
Dscripted_process.py419 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/
Dscripted_process.py419 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/
Dscripted_process.py419 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 Dsanitizer_stoptheworld_linux_libcdep.cc170 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 Dsanitizer_stoptheworld.h29 SuspendedThreadID GetThreadID(uptr index) const { in GetThreadID() function
/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_guard_impl.h273 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 Dminidump.h292 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 DStreamTraceParser.java30 int threadId = GetThreadID(); in CheckTraceFileFormat()
H A DNonStreamTraceParser.java83 int threadId = GetThreadID(); in CheckTraceFileFormat()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Interpreter/Interfaces/
DScriptedThreadInterface.h28 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/
DScriptedThreadInterface.h28 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/
DScriptedThreadInterface.h28 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/
DScriptedThreadInterface.h28 virtual lldb::tid_t GetThreadID() { return LLDB_INVALID_THREAD_ID; } in GetThreadID() function
/aosp_15_r20/external/cronet/base/threading/
H A Dhang_watcher.cc765 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/
DSBBreakpointName.h70 lldb::tid_t GetThreadID();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/API/
DSBBreakpointName.h70 lldb::tid_t GetThreadID();
DSBBreakpointLocation.h82 lldb::tid_t GetThreadID();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/API/
DSBBreakpointName.h70 lldb::tid_t GetThreadID();
DSBBreakpointLocation.h82 lldb::tid_t GetThreadID();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/API/
DSBBreakpointName.h70 lldb::tid_t GetThreadID();
DSBBreakpointLocation.h82 lldb::tid_t GetThreadID();

123