Searched defs:thread_info (Results 1 – 9 of 9) sorted by relevance
/system/core/debuggerd/handler/ |
D | debuggerd_handler.cpp | 309 static DebuggerdDumpType get_dump_type(const debugger_thread_info* thread_info) { in get_dump_type() 319 debugger_thread_info* thread_info = static_cast<debugger_thread_info*>(arg); in debuggerd_dispatch_pseudothread() local 547 debugger_thread_info thread_info = { in debuggerd_signal_handler() local
|
/system/core/debuggerd/libdebuggerd/ |
D | backtrace.cpp | 83 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread) { in dump_backtrace()
|
D | tombstone.cpp | 153 static void dump_signal_info(log_t* log, const ThreadInfo& thread_info, in dump_signal_info() 181 static void dump_thread_info(log_t* log, const ThreadInfo& thread_info) { in dump_thread_info() 380 static bool dump_thread(log_t* log, unwindstack::Unwinder* unwinder, const ThreadInfo& thread_info, in dump_thread()
|
D | gwp_asan.cpp | 69 const ProcessInfo& process_info, const ThreadInfo& thread_info) { in GwpAsanCrashData()
|
D | tombstone_proto.cpp | 339 const ThreadInfo& thread_info, bool memory_dump = false) { in dump_thread() 433 const ThreadInfo& thread_info) { in dump_main_thread()
|
/system/memory/libmemunreachable/tests/ |
D | ThreadCapture_test.cpp | 236 auto thread_info = allocator::vector<ThreadInfo>(heap); in TEST_P() local 334 auto thread_info = allocator::vector<ThreadInfo>(heap); in TEST_F() local
|
/system/memory/libmemunreachable/ |
D | ThreadCapture.cpp | 211 bool ThreadCaptureImpl::PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info) { in PtraceThreadInfo()
|
D | MemUnreachable.cpp | 307 allocator::vector<ThreadInfo> thread_info(heap); in GetUnreachableMemory() local
|
/system/core/debuggerd/ |
D | crash_dump.cpp | 468 std::map<pid_t, ThreadInfo> thread_info; in main() local
|