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

Method KqueueCtrlDel

adapter/micro_thread/kqueue_proxy.cpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235
236
237bool KqueueProxy::KqueueCtrlDel(int fd, int events)
238{
239 return KqueueCtrlDelRef(fd, events, false);
240}
241
242bool KqueueProxy::KqueueCtrlDelRef(int fd, int events, bool use_ref)
243{

Callers 6

CloseSocketMethod · 0.80
HangupNotifyMethod · 0.80
KqueueCtlDelMethod · 0.80
SendDataMethod · 0.80
OutputNotifyMethod · 0.80
HangupNotifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected