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

/system/extras/sane_schedstat/
H A Dsane_schedstat.c35 unsigned int yld_count; /* sched_yield() called */ member in struct:cpu_stat
76 cpu_delta[i].yld_count,
88 &cpu, &tmp.yld_count,
96 cpu_delta[cpu].yld_count = tmp.yld_count - cpu_prev[cpu].yld_count;

Completed in 33 milliseconds