Searched defs:readable (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Drwlock.h74 isc_condition_t readable; member in struct:isc_rwlock
87 isc_condition_t readable; member in struct:isc_rwlock
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c352 * Internal events. Posted when a descriptor is readable or
2382 * Initialize readable and writable events.
3520 * readable event, and the first item on the accept_list should be
3993 process_fd(isc__socketmgr_t *manager, int fd, isc_boolean_t readable, argument
4015 if (readable) {
4064 isc_boolean_t readable, writable; local
4090 readable = ISC_TF(events[i].filter == EVFILT_READ);
4092 process_fd(manager, events[i].ident, readable, writable);

Completed in 24 milliseconds