HomeSort by: relevance | last modified time | path
    Searched refs:want_read (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ioloop.c 152 io->want_read = true;
469 if (io->fd != -1 && (io->want_read || io->want_write)) {
473 if (io->want_read) {
ioloop.h 145 bool want_read : 1; member in struct:io
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
socket.c 107 unsigned int want_read : 1, want_write : 1; member in struct:__anon9457
755 thread->fdpollinfo[fd].want_read = 1;
839 if (msg == SELECT_POKE_WRITE && thread->fdpollinfo[fd].want_read == 1) {
849 thread->fdpollinfo[fd].want_read = 0;
2546 INSIST(thread->fdpollinfo[sock->fd].want_read == 0 &&
2623 INSIST(thread->fdpollinfo[sock->fd].want_read == 0 &&
5688 INSIST(thread->fdpollinfo[sock->fd].want_read == 0 &&

Completed in 31 milliseconds