HomeSort by: relevance | last modified time | path
    Searched refs:perfstat_cpu_total (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
aix.c 410 int result = perfstat_cpu_total(NULL, &ps_total, sizeof(ps_total), 1);
1067 result = perfstat_cpu_total(NULL, &ps_total, sizeof(ps_total), 1);
  /src/external/bsd/top/dist/machine/
m_aix5.c 338 perfstat_cpu_total(NULL, &s_info1, sizeof s_info1, 1);
  /src/external/bsd/top/dist/
configure 6176 { echo "$as_me:$LINENO: checking for perfstat_cpu_total in -lperfstat" >&5
6177 echo $ECHO_N "checking for perfstat_cpu_total in -lperfstat... $ECHO_C" >&6; }
6196 char perfstat_cpu_total ();
6200 return perfstat_cpu_total ();

Completed in 20 milliseconds