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

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Drwlock.h68 isc_condition_t readable; member in struct:isc_rwlock
81 isc_condition_t readable; member in struct:isc_rwlock
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c307 * Internal events. Posted when a descriptor is readable or
1962 * Initialize readable and writable events.
2813 * readable event, and the first item on the accept_list should be
3269 process_fd(isc_socketmgr_t *manager, int fd, isc_boolean_t readable, argument
3291 if (readable) {
3340 isc_boolean_t readable, writable; local
3366 readable = ISC_TF(events[i].filter == EVFILT_READ);
3368 process_fd(manager, events[i].ident, readable, writable);

Completed in 20 milliseconds