HomeSort by relevance Sort by last modified time
    Searched full:pstat (Results 1 - 25 of 27) sorted by null

1 2

  /bionic/libc/unistd/
system.c 46 int pstat; local
69 pid = waitpid(pid, (int *)&pstat, 0);
73 return (pid == -1 ? -1 : pstat);
popen.c 142 int pstat; local
156 pid = waitpid(cur->pid, &pstat, 0);
166 return (pid == -1 ? -1 : pstat);
  /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
config.h 289 /* Use HP-UX's pstat interface to measure CPU util. */
netlib.h 389 #define PSTAT 2
netcpu_looper.c 206 /* on HP-UX with pstat. I could put all the system-specific code */
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...]
  /external/netcat/
stupidh 48 stream stropts pstat sysmacros termio termios sgtty tty ttyent lstat select \
  /external/sonivox/arm-fm-22k/bin/
arm-fm-22k 
  /external/sonivox/arm-hybrid-22k/bin/
arm-hybrid-22k 
  /ndk/build/platforms/android-3/arch-arm/usr/lib/
libc.so 
libc.a     [all...]
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
libc.so 
libc.a     [all...]
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-5/arch-x86/usr/lib/
libc.so 
libc.a     [all...]
libc_common.a     [all...]
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-8/arch-x86/usr/lib/
libc.so 
libc.a     [all...]
libc_common.a     [all...]
  /external/sonivox/arm-wt-22k/bin/
arm-wt-22k 

Completed in 5630 milliseconds

1 2