Home
last modified time | relevance | path

Searched refs:crashed_tid (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dutility.h35 pid_t crashed_tid; member
44 crashed_tid(-1), in log_t()
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp62 log.crashed_tid = target_tid; in engrave_tombstone_ucontext()
142 log.crashed_tid = target_thread; in engrave_tombstone()
H A Dutility.cpp78 && log->crashed_tid != -1 in _VLOG()
80 && (log->crashed_tid == log->current_tid); in _VLOG()
/aosp14/system/core/debuggerd/libdebuggerd/test/
H A Ddump_memory_test.cpp161 log_.crashed_tid = 12; in SetUp()