Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/include/
Dutility.h55 pid_t current_tid; member
60 : tfd(-1), amfd_data(nullptr), crashed_tid(-1), current_tid(-1), in log_t()
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp77 pid_t current_tid = gettid(); in iterate_siblings() local
79 snprintf(buf, sizeof(buf), "/proc/%d/task", current_tid); in iterate_siblings()
95 if (tid != current_tid) { in iterate_siblings()
/system/core/debuggerd/libdebuggerd/
Dutility.cpp50 && log->current_tid != -1 in _LOG()
51 && (log->crashed_tid == log->current_tid); in _LOG()
Dtombstone.cpp503 log->current_tid = tid; in dump_thread()
528 log->current_tid = log->crashed_tid; in dump_thread()
755 log.current_tid = tid; in engrave_tombstone()
768 log.current_tid = tid; in engrave_tombstone_ucontext()
/system/core/debuggerd/libdebuggerd/test/
Ddump_memory_test.cpp130 log_.current_tid = 12; in SetUp()
Dtombstone_test.cpp74 log_.current_tid = 12; in SetUp()