Home
last modified time | relevance | path

Searched refs:GetSchedulerGroupName (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dutils.h239 std::string GetSchedulerGroupName(pid_t tid);
Dutils.cc1004 std::string GetSchedulerGroupName(pid_t tid) { in GetSchedulerGroupName() function
Dthread.cc1258 std::string scheduler_group_name(GetSchedulerGroupName(tid)); in DumpState()