
Go to the source code of this file.
Functions | |
bool | isOpen (const int fd) |
void | commStopHalfClosedMonitor (int fd) |
stop waiting for possibly half-closed connection to close More... | |
Function Documentation
◆ commStopHalfClosedMonitor()
void commStopHalfClosedMonitor | ( | int | fd | ) |
Definition at line 1662 of file comm.cc.
References debugs, DescriptorSet::del(), fd_table, HERE(), NULL, and Comm::ReadCancel().
Referenced by _comm_close(), and comm_read_base().
◆ isOpen()
bool isOpen | ( | const int | fd | ) |
Definition at line 86 of file comm.cc.
References fd_table.
Referenced by _comm_close(), ConnStateData::afterClientRead(), comm_has_incomplete_write(), comm_init_opened(), comm_open_uds(), comm_read_cancel(), comm_remove_close_handler(), commStartHalfClosedMonitor(), Comm::TcpAcceptor::doAccept(), Comm::MonitorsRead(), Comm::ReadCancel(), and ConnStateData::~ConnStateData().