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

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
system.c 46 int pstat; local
69 pid = waitpid(pid, (int *)&pstat, 0);
73 return (pid == -1 ? -1 : pstat);
  /external/fio/os/
os-hpux.h 15 #include <sys/pstat.h>
78 if (pstat(PSTAT_STATIC, pu, sizeof(pst), 0, 0) == -1)
  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 194 int pstat; local
221 pid = waitpid(cur->pid, &pstat, 0);
226 return (pid == -1 ? -1 : pstat);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11image.c 156 FILE *pstat = fopen("/proc/stat", "r"); local
157 if ( pstat ) {
158 while ( fgets(line, sizeof(line), pstat) ) {
163 fclose(pstat);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
node.cc 95 Error Node::GetStat(struct stat* pstat) {
97 memcpy(pstat, &stat_, sizeof(stat_));
  /external/netperf/
netcpu_pstat.c 23 #include <sys/pstat.h>
26 # error Sorry, pstat() CPU utilization on 10.0 and later only
210 fprintf(where,"pstat failure; errno %d\n",errno);
netcpu_pstatnew.c 30 #include <sys/pstat.h>
38 # error Sorry, pstat() CPU utilization on 10.0 and later only
236 old "pstat" mechanism, we can presume that the accounting for
netlib.c 192 /* this is now obsolete - in favor of either pstat(), times, or a */
651 /* on HP-UX, even when we use the looper procs we need the pstat */
657 #include <sys/pstat.h>
    [all...]
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 379 # include <sys/pstat.h>

Completed in 1193 milliseconds