MCPcopy Create free account
hub / github.com/F-Stack/f-stack / RemoveWriteWait

Method RemoveWriteWait

adapter/micro_thread/mt_notify.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void ISessionNtfy::RemoveWriteWait(SessionProxy* proxy)
50{
51 if (proxy->_flag) {
52 TAILQ_REMOVE(&_write_list, proxy, _write_entry);
53 proxy->_flag = 0;
54 }
55}
56
57void UdpSessionNtfy::NotifyWriteWait()
58{

Callers 1

KqueueCtlDelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected