Home
last modified time | relevance | path

Searched defs:thread_info (Results 1 – 7 of 7) sorted by relevance

/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp309 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
527 debugger_thread_info thread_info = { in debuggerd_signal_handler() local
/system/core/debuggerd/libdebuggerd/
Dbacktrace.cpp81 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread) { in dump_backtrace()
Dtombstone.cpp118 static void dump_signal_info(log_t* log, const ThreadInfo& thread_info, in dump_signal_info()
144 static void dump_thread_info(log_t* log, const ThreadInfo& thread_info) { in dump_thread_info()
440 static bool dump_thread(log_t* log, unwindstack::Unwinder* unwinder, const ThreadInfo& thread_info, in dump_thread()
/system/core/libmemunreachable/tests/
DThreadCapture_test.cpp236 auto thread_info = allocator::vector<ThreadInfo>(heap); in TEST_P() local
334 auto thread_info = allocator::vector<ThreadInfo>(heap); in TEST_F() local
/system/core/libmemunreachable/
DThreadCapture.cpp211 bool ThreadCaptureImpl::PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info) { in PtraceThreadInfo()
DMemUnreachable.cpp298 allocator::vector<ThreadInfo> thread_info(heap); in GetUnreachableMemory() local
/system/core/debuggerd/
Dcrash_dump.cpp446 std::map<pid_t, ThreadInfo> thread_info; in main() local