Searched refs:write_fds_copy (Results 1 – 1 of 1) sorted by relevance
181 fd_set *write_fds_copy; member1760 manager->write_fds_copy = NULL; in setup_watcher()1768 manager->write_fds_copy = malloc(manager->fd_bufsize); in setup_watcher()1770 if (manager->write_fds_copy == NULL) { in setup_watcher()1799 if (manager->write_fds_copy != NULL) in cleanup_watcher()1800 free(manager->write_fds_copy); in cleanup_watcher()2550 memmove(manager->write_fds_copy, manager->write_fds, in isc_socketmgr_waitevents()2554 swait_private.writeset = manager->write_fds_copy; in isc_socketmgr_waitevents()