Home
last modified time | relevance | path

Searched refs:readset (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/usbcamera/
H A Dcamera.cpp249 fd_set readset; in show_() local
250 FD_ZERO(&readset); in show_()
251 FD_SET(fd, &readset); in show_()
252 ret = select(fd + 1, &readset, NULL, NULL, NULL); in show_()