Searched refs:CLOSE_PENDING (Results 1 – 1 of 1) sorted by relevance
433 #define CLOSE_PENDING 2 macro888 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()