HomeSort by relevance Sort by last modified time
    Searched defs:pstat (Results 1 - 4 of 4) 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);
  /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);
  /system/netd/
logwrapper.c 208 int pstat; local
225 pid = waitpid(pid, (int *)&pstat, 0);
229 return (pid == -1 ? -1 : pstat);

Completed in 372 milliseconds