Home
last modified time | relevance | path

Searched refs:get_thread_name (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/core/debuggerd/
H A Dutil.h27 std::string get_thread_name(pid_t tid);
H A Dutil.cpp56 std::string get_thread_name(pid_t tid) { in get_thread_name() function
H A Dcrash_dump.cpp489 info.thread_name = get_thread_name(thread); in main()
/aosp12/system/core/debuggerd/handler/
H A Ddebuggerd_fallback.cpp84 thread.thread_name = get_thread_name(gettid()); in debuggerd_fallback_trace()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp574 std::string thread_name = get_thread_name(tid); in engrave_tombstone_ucontext()