Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dutility.h39 pid_t current_tid; member
47 current_tid(-1), in log_t()
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp114 pid_t current_tid = gettid(); in iterate_siblings() local
116 snprintf(buf, sizeof(buf), "/proc/%d/task", current_tid); in iterate_siblings()
132 if (tid != current_tid) { in iterate_siblings()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp382 log->current_tid = thread_info.tid; in dump_thread()
451 log->current_tid = log->crashed_tid; in dump_thread()
569 log.current_tid = tid; in engrave_tombstone_ucontext()
625 log.current_tid = target_thread; in engrave_tombstone()
Dutility.cpp81 && log->current_tid != -1 in _VLOG()
82 && (log->crashed_tid == log->current_tid); in _VLOG()
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_test.cpp67 log_.current_tid = 12; in SetUp()
Ddump_memory_test.cpp162 log_.current_tid = 12; in SetUp()