Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dos_support.c230 fd_set exception_set; in ff_poll() local
244 FD_ZERO(&exception_set); in ff_poll()
262 FD_SET(fds[i].fd, &exception_set); in ff_poll()
273 rc = select(n, &read_set, &write_set, &exception_set, NULL); in ff_poll()
278 rc = select(n, &read_set, &write_set, &exception_set, &tv); in ff_poll()
291 if (FD_ISSET(fds[i].fd, &exception_set)) in ff_poll()