HomeSort by relevance Sort by last modified time
    Searched refs:sched_count (Results 1 - 3 of 3) sorted by null

  /system/extras/sane_schedstat/
sane_schedstat.c 39 unsigned int sched_count; /* schedule() called */ member in struct:cpu_stat
77 cpu_delta[i].sched_count, cpu_delta[i].sched_switch, cpu_delta[i].sched_goidle,
89 &tmp.sched_switch, &tmp.sched_count, &tmp.sched_goidle,
98 cpu_delta[cpu].sched_count = tmp.sched_count - cpu_prev[cpu].sched_count;
  /external/ltp/testcases/kernel/sched/tool/
time-schedule.c 82 static volatile unsigned int sched_count = 0; variable
243 num_yields = sched_count;
364 sched_count = 0;
372 ++sched_count;
379 fprintf(stderr, "Number of yields: %u\n", sched_count);
  /external/python/cpython3/Lib/asyncio/
base_events.py     [all...]

Completed in 86 milliseconds