Searched refs:readable (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | rwlock.h | 74 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/ |
H A D | rwlock.c | 140 result = isc_condition_init(&rwl->readable); 143 "isc_condition_init(readable) %s: %s", 166 (void)isc_condition_destroy(&rwl->readable); 189 (void)isc_condition_destroy(&rwl->readable); 278 WAIT(&rwl->readable, &rwl->lock); 300 WAIT(&rwl->readable, &rwl->lock); 597 BROADCAST(&rwl->readable); 662 BROADCAST(&rwl->readable); 721 WAIT(&rwl->readable, &rwl->lock); 824 BROADCAST(&rwl->readable); [all...] |
/bind-9.11.3/lib/isc/unix/ |
H A D | socket.c | 352 * 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 2843 milliseconds