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

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 346 static int find_pid(DIR *proc, const char *wanted_name) function
398 while ( !available && (pid=find_pid(proc, "gpm")) > 0 ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 320 static int find_pid(DIR *proc, const char *wanted_name) function
366 while ( (pid=find_pid(proc, "gpm")) > 0 ) {

Completed in 179 milliseconds