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

Method HangupNotify

adapter/micro_thread/kqueue_proxy.cpp:490–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490int KqueuerObj::HangupNotify()
491{
492 MtFrame* frame = MtFrame::Instance();
493 frame->KqueueCtrlDel(this->GetOsfd(), this->GetEvents());
494 return 0;
495}
496
497int KqueuerObj::KqueueCtlAdd(void* args)
498{

Callers 1

KqueueRcvEventListMethod · 0.45

Calls 3

GetOsfdMethod · 0.95
GetEventsMethod · 0.95
KqueueCtrlDelMethod · 0.80

Tested by

no test coverage detected