Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dtask_profiles.h81 static bool IsTimerSlackSupported(int tid);
Dtask_profiles.cpp81 bool SetTimerSlackAction::IsTimerSlackSupported(int tid) { in IsTimerSlackSupported() function in SetTimerSlackAction
88 static bool sys_supports_timerslack = IsTimerSlackSupported(tid); in ExecuteForTask()