MCPcopy Create free account
hub / github.com/apache/trafficserver / write_signal_done

Function write_signal_done

src/iocore/net/UnixNetVConnection.cc:160–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160static inline int
161write_signal_done(int event, NetHandler *nh, UnixNetVConnection *vc)
162{
163 vc->write.enabled = 0;
164 if (write_signal_and_update(event, vc) == EVENT_DONE) {
165 return EVENT_DONE;
166 } else {
167 write_reschedule(nh, vc);
168 return EVENT_CONT;
169 }
170}
171
172static inline int
173read_signal_error(NetHandler *nh, UnixNetVConnection *vc, int lerrno)

Callers 2

write_signal_errorFunction · 0.85
net_write_ioMethod · 0.85

Calls 2

write_signal_and_updateFunction · 0.85
write_rescheduleFunction · 0.85

Tested by

no test coverage detected