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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
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:__anon24404
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 59 milliseconds