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

/external/python/cpython2/Modules/
H A Dossaudiodev.c417 int select_rv; local
440 select_rv = select(self->fd+1, NULL, &write_set_fds, NULL, NULL); local
442 assert(select_rv != 0); /* no timeout, can't expire */
443 if (select_rv == -1)

Completed in 62 milliseconds