OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_pid
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c
346
static int
find_pid
(DIR *proc, const char *wanted_name)
function
397
while ( !available && (pid=
find_pid
(proc, "gpm")) > 0 ) {
/external/qemu/distrib/sdl-1.2.12/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 612 milliseconds