Searched defs:is_idle (Results 1 – 3 of 3) sorted by relevance
35 bool is_idle = js_call_rate < kJsCallsPerMsThreshold && low_allocation_rate; in RunInternal() local
130 static int is_idle(struct fd_bo *bo) in is_idle() function
8067 void CpuProfiler::SetIdle(bool is_idle) { in SetIdle()