Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
Dossaudiodev.c417 int select_rv; in oss_writeall() local
440 select_rv = select(self->fd+1, NULL, &write_set_fds, NULL, NULL); in oss_writeall() local
/aosp_15_r20/external/python/cpython3/Modules/
Dossaudiodev.c464 int select_rv; in oss_writeall() local
493 select_rv = select(self->fd+1, NULL, &write_set_fds, NULL, NULL); in oss_writeall() local