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

Method EnableInput

adapter/micro_thread/kqueue_proxy.h:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 virtual int KqueueCtlDel(void* args);
122
123 void EnableInput() { _events |= KQ_EVENT_READ; };
124
125 void EnableOutput() { _events |= KQ_EVENT_WRITE; };
126

Callers 11

CreateSocketMethod · 0.80
mt_multi_netfd_pollMethod · 0.80
CreateSockMethod · 0.80
CreateSocketMethod · 0.80
IdleAttachMethod · 0.80
IdleDetachMethod · 0.80
recvfromMethod · 0.80
acceptMethod · 0.80
readMethod · 0.80
recvMethod · 0.80
WaitEventsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected