Searched refs:xf86WaitForInput (Results 1 – 4 of 4) sorted by relevance
101 if (xf86WaitForInput(b->fd, b->block_duration) < 1) in XisbRead()
132 extern _X_EXPORT int xf86WaitForInput(int fd, int timeout);
393 xf86WaitForInput(int fd, int timeout) in xf86WaitForInput() function
14736 xfree86: Fix interpretation of xf86WaitForInput timeout14738 Commit aa6717ce2 switched xf86WaitForInput from using select(2) to using23107 xf86WaitForInput and the xf86 SIGIO handling code.