Home
last modified time | relevance | path

Searched refs:dump_thread_info (Results 1 – 2 of 2) sorted by relevance

/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp144 static void dump_thread_info(log_t* log, const ThreadInfo& thread_info) { in dump_thread_info() function
446 dump_thread_info(log, thread_info); in dump_thread()
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_test.cpp347 dump_thread_info(&log_, ThreadInfo{.uid = 1, in TEST_F()