Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dutility.h54 pid_t current_tid; member
59 : tfd(-1), amfd_data(nullptr), crashed_tid(-1), current_tid(-1), in log_t()
Dutility.cpp51 && log->current_tid != -1 in _LOG()
52 && (log->crashed_tid == log->current_tid); in _LOG()
Dtombstone.cpp449 log->current_tid = tid; in dump_thread()
477 log->current_tid = log->crashed_tid; in dump_thread()
691 log.current_tid = tid; in engrave_tombstone()
/system/core/debuggerd/test/
Ddump_memory_test.cpp130 log_.current_tid = 12; in SetUp()
Dtombstone_test.cpp74 log_.current_tid = 12; in SetUp()