| H A D | fifotest.c | 83 runtest(char *fifo, int flags, int timeout) in runtest() argument 107 dopoll(-1, fd, POLLIN|POLLOUT, "POLLIN|POLLOUT", timeout); in runtest() 108 dopoll(-1, fd, POLLIN, "POLLIN", timeout); in runtest() 109 dopoll(-1, fd, POLLOUT, "POLLOUT", timeout); in runtest() 110 dopoll(-1, fd, 0, "(none)", timeout); in runtest() 111 doselect(-1, fd, fd, timeout); in runtest() 112 doselect(-1, fd, -1, timeout); in runtest() 113 doselect(-1, -1, fd, timeout); in runtest() 114 doselect(-1, -1, -1, timeout); in runtest() 122 dopoll(-1, fd, POLLIN|POLLOUT, "POLLIN|POLLOUT", timeout); in runtest() [all …]
|