Home
last modified time | relevance | path

Searched refs:Match (Results 1 – 2 of 2) sorted by relevance

/system/core/libbacktrace/
DThreadEntry.h54 bool Match(pid_t chk_pid, pid_t chk_tid) { return (chk_pid == pid_ && chk_tid == tid_); } in Match() function
DThreadEntry.cpp53 if (entry->Match(pid, tid)) { in Get()