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

  /bionic/libc/private/
get_cpu_count_from_string.h 35 int last_cpu = -1; local
39 if (last_cpu != -1) {
40 cpu_count += cpu - last_cpu;
44 last_cpu = cpu;
47 last_cpu = -1;
  /system/extras/simpleperf/
environment.cpp 90 int last_cpu; local
95 for (int t = last_cpu + 1; t < cpu; ++t) {
101 last_cpu = cpu;

Completed in 667 milliseconds