Home
last modified time | relevance | path

Searched refs:write_fds_copy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c426 fd_set *write_fds_copy; member
3569 memmove(thread->write_fds_copy, thread->write_fds, in netthread()
3575 thread->write_fds_copy, NULL, NULL); in netthread()
3616 thread->write_fds_copy); in netthread()
3801 thread->write_fds_copy = isc_mem_get(thread->manager->mctx, in setup_thread()
3847 if (thread->write_fds_copy != NULL) { in cleanup_thread()
3848 isc_mem_put(mctx, thread->write_fds_copy, thread->fd_bufsize); in cleanup_thread()