Searched defs:thread_info (Results 1 – 10 of 10) sorted by relevance
383 static DebuggerdDumpType get_dump_type(const debugger_thread_info* thread_info) { in get_dump_type()392 static const char* get_unwind_type(const debugger_thread_info* thread_info) { in get_unwind_type()400 debugger_thread_info* thread_info = static_cast<debugger_thread_info*>(arg); in debuggerd_dispatch_pseudothread() local738 debugger_thread_info thread_info = { in debuggerd_signal_handler() local
80 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread) { in dump_backtrace()
71 const ProcessInfo& process_info, const ThreadInfo& thread_info) { in GwpAsanCrashData()
613 const ThreadInfo& thread_info, bool memory_dump = false, in dump_thread()
236 auto thread_info = allocator::vector<ThreadInfo>(heap); in TEST_P() local334 auto thread_info = allocator::vector<ThreadInfo>(heap); in TEST_F() local
211 bool ThreadCaptureImpl::PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info) { in PtraceThreadInfo()
323 allocator::vector<ThreadInfo> thread_info(heap); in GetUnreachableMemory() local
641 std::map<pid_t, ThreadInfo> thread_info; in main() local
1851 struct thread_info { struct1852 unsigned long flags;1853 u64 ttbr0;1854 union {1861 void *scs_base;1862 void *scs_sp;1863 u32 cpu;2312 struct thread_info thread_info; member
1291 struct thread_info { struct1292 unsigned long flags;1293 unsigned long syscall_work;1294 u32 status;1295 u32 cpu;1874 struct thread_info thread_info; member