/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
system.c | 47 int pstat; local 71 pid = waitpid(cpid, &pstat, 0); 76 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/netperf/src/ |
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 273 old "pstat" mechanism, we can presume that the accounting for
|
netlib.c | 190 this is now obsolete - in favor of either pstat(), times, or a 874 /* on HP-UX, even when we use the looper procs we need the pstat */ 880 #include <sys/pstat.h> [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
physmem.c | 29 # include <sys/pstat.h>
|
configure | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf.c | 8445 pstatus_t pstat; local 8455 pstatus32_t pstat; local 9445 pstatus32_t pstat; local 9456 pstatus_t pstat; local [all...] |
/ndk/sources/host-tools/make-3.81/ |
getloadavg.c | 379 # include <sys/pstat.h>
|
/external/netperf/ |
configure | [all...] |