Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c433 #define CLOSE_PENDING 2 macro
888 INSIST(thread->fdstate[fd] == CLOSE_PENDING); in wakeup_socket()
898 if (thread->fdstate[fd] == CLOSE_PENDING) { in wakeup_socket()
1809 thread->fdstate[fd] = CLOSE_PENDING; in socketclose()
3237 if (thread->fdstate[fd] == CLOSE_PENDING) { in process_fd()
3852 if (thread->fdstate[i] == CLOSE_PENDING) { in cleanup_thread()