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.h38 pid_t current_tid; member
46 current_tid(-1), in log_t()
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp111 pid_t current_tid = gettid(); in iterate_siblings() local
113 snprintf(buf, sizeof(buf), "/proc/%d/task", current_tid); in iterate_siblings()
129 if (tid != current_tid) { in iterate_siblings()
/system/core/debuggerd/libdebuggerd/
Dutility.cpp73 && log->current_tid != -1 in _LOG()
74 && (log->crashed_tid == log->current_tid); in _LOG()
Dtombstone.cpp442 log->current_tid = thread_info.tid; in dump_thread()
487 log->current_tid = log->crashed_tid; in dump_thread()
624 log.current_tid = tid; in engrave_tombstone_ucontext()
666 log.current_tid = target_thread; in engrave_tombstone()
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_test.cpp61 log_.current_tid = 12; in SetUp()
Ddump_memory_test.cpp179 log_.current_tid = 12; in SetUp()