Home
last modified time | relevance | path

Searched refs:INFTIM (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dpoll-win32.c71 #ifndef INFTIM
72 # define INFTIM (-1) macro
403 else if (timeout == INFTIM) in pa_poll()
555 if (timeout == INFTIM) in pa_poll()
636 if (!rc && timeout == INFTIM) in pa_poll()
/third_party/python/Modules/
H A Dselectmodule.c625 poll() syscall, when negative, must be exactly INFTIM, where defined, in select_poll_poll_impl()
628 #ifdef INFTIM in select_poll_poll_impl()
629 ms = INFTIM; in select_poll_poll_impl()
1567 Note that we didn't use INFTIM here since it's non-standard and in select_epoll_poll_impl()
H A Dsocketmodule.c768 poll() syscall, when negative, must be exactly INFTIM, where defined, in internal_select()
771 #ifdef INFTIM in internal_select()
772 ms = INFTIM; in internal_select()

Completed in 17 milliseconds