Searched refs:for_each_tid (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h392 void for_each_tid(for_each_tid_func func, const char *header);
H A Dutils.cpp404 void for_each_tid(for_each_tid_func func, const char *header) { function
405 std::string title = header == nullptr ? "for_each_tid"
406 : android::base::StringPrintf("for_each_tid(%s)", header);
H A Ddumpstate.cpp998 for_each_tid(show_wchan, "BLOCKED PROCESS WAIT-CHANNELS");

Completed in 361 milliseconds