Searched refs:ff_poll_interrupt (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | network.c | 159 static int ff_poll_interrupt(struct pollfd *p, nfds_t nfds, int timeout, in ff_poll_interrupt() function 233 ret = ff_poll_interrupt(&lp, 1, timeout, &h->interrupt_callback); in ff_accept() 278 ret = ff_poll_interrupt(&p, 1, timeout, &h->interrupt_callback); in ff_listen_connect() 461 last_err = ff_poll_interrupt(pfd, nb_attempts, in ff_connect_parallel()
|