Searched defs:pstat (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11image.c158 FILE *pstat = fopen("/proc/stat", "r"); local
159 if ( pstat ) {
160 while ( fgets(line, sizeof(line), pstat) ) {
165 fclose(pstat);

Completed in 64 milliseconds