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

  /bionic/libc/unistd/
system.c 46 int pstat; local
69 pid = waitpid(pid, (int *)&pstat, 0);
73 return (pid == -1 ? -1 : pstat);
popen.c 139 int pstat; local
153 pid = waitpid(cur->pid, &pstat, 0);
163 return (pid == -1 ? -1 : pstat);
  /system/netd/
logwrapper.c 173 int pstat; local
219 pid = waitpid(pid, (int *)&pstat, 0);
223 return (pid == -1 ? -1 : pstat);
  /external/openssh/openbsd-compat/
setproctitle.c 42 #include <sys/pstat.h>
49 #define SPT_PSTAT 1 /* use pstat(PSTAT_SETCMD, ...) */
152 pstat(PSTAT_SETCMD, pst, strlen(ptitle), 0, 0);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11image.c 158 FILE *pstat = fopen("/proc/stat", "r"); local
159 if ( pstat ) {
160 while ( fgets(line, sizeof(line), pstat) ) {
165 fclose(pstat);
  /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>
  /external/openssh/
configure     [all...]

Completed in 171 milliseconds