Searched refs:writeable (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Drwlock.h72 isc_condition_t writeable; member in struct:isc_rwlock
85 isc_condition_t writeable; member in struct:isc_rwlock
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Drwlock.h71 isc_condition_t writeable; member in struct:isc_rwlock
84 isc_condition_t writeable; member in struct:isc_rwlock
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Drwlock.c237 result = isc_condition_init(&rwl->writeable);
240 "isc_condition_init(writeable) %s: %s",
277 (void)isc_condition_destroy(&rwl->writeable);
425 WAIT(&rwl->writeable, &rwl->lock);
442 WAIT(&rwl->writeable, &rwl->lock);
490 BROADCAST(&rwl->writeable);
593 BROADCAST(&rwl->writeable);
628 BROADCAST(&rwl->writeable);
698 WAIT(&rwl->writeable, &rwl->lock);
793 SIGNAL(&rwl->writeable);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Drwlock.c131 result = isc_condition_init(&rwl->writeable);
134 "isc_condition_init(writeable) %s: %s",
171 (void)isc_condition_destroy(&rwl->writeable);
318 WAIT(&rwl->writeable, &rwl->lock);
335 WAIT(&rwl->writeable, &rwl->lock);
383 BROADCAST(&rwl->writeable);
486 BROADCAST(&rwl->writeable);
521 BROADCAST(&rwl->writeable);
591 WAIT(&rwl->writeable, &rwl->lock);
686 SIGNAL(&rwl->writeable);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_phb.c193 core_map *writeable; member in struct:_phb_space
948 return core_map_write_buffer(pci_space->writeable, source,
1038 pci_space->writeable = core_writeable(pci_space->map);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dclient.c264 int writeable = 0; local
268 2) writeable
280 writeable = 1;
295 xchmod (filename, writeable);
3027 /* This table must be writeable if the server code is included. */
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/
H A Dsocket.c3533 isc_boolean_t writeable)
3570 if (writeable) {
3532 process_fd(isc__socketmgr_t *manager, int fd, isc_boolean_t readable, isc_boolean_t writeable) argument
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/
H A Dsocket.c3178 isc_boolean_t writeable)
3215 if (writeable) {
3177 process_fd(isc_socketmgr_t *manager, int fd, isc_boolean_t readable, isc_boolean_t writeable) argument

Completed in 258 milliseconds