Lines Matching refs:backend
43 epoll backend (testcase by Assaf Inbal).
133 - fix two problems in the native win32 backend, where reuse of fd's
144 backend, by generating events on our own.
145 - ports backend: work around solaris bug 6874410 and many related ones
178 - reduce the number of spurious wake-ups with the ports backend.
193 - disable poll backend on AIX, the poll header spams the namespace
309 - fix compilation of select backend in fd_set mode when NFDBITS is
311 - better select-nfds handling when select backend is in fd_set mode.
312 - diagnose fd_set overruns when select backend is in fd_set mode.
361 backend by assuming the kernel event mask hasn't changed if
467 - fix a 64 bit overflow issue in the select backend,