OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:selectret
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/audio/nto/
SDL_nto_audio.c
227
int
selectret
;
local
233
selectret
=select(audio_fd + 1, NULL, &wfds, NULL, NULL);
234
switch (
selectret
)
Completed in 31 milliseconds