Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dtask_profiles.h83 static bool IsTimerSlackSupported(int tid);
Dtask_profiles.cpp86 bool SetTimerSlackAction::IsTimerSlackSupported(int tid) { in IsTimerSlackSupported() function in SetTimerSlackAction
93 static bool sys_supports_timerslack = IsTimerSlackSupported(tid); in ExecuteForTask()