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

Method InsertWriteWait

adapter/micro_thread/mt_notify.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39using namespace NS_MICRO_THREAD;
40
41void ISessionNtfy::InsertWriteWait(SessionProxy* proxy)
42{
43 if (!proxy->_flag) {
44 TAILQ_INSERT_TAIL(&_write_list, proxy, _write_entry);
45 proxy->_flag = 1;
46 }
47}
48
49void ISessionNtfy::RemoveWriteWait(SessionProxy* proxy)
50{

Callers 1

KqueueCtlAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected