Home
last modified time | relevance | path

Searched defs:ThreadKey (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/debug/
Dactivity_analyzer.h40 ThreadKey(int64_t pid, int64_t tid) : pid_(pid), tid_(tid) {} in ThreadKey() function
132 using ThreadKey = ThreadActivityAnalyzer::ThreadKey; variable