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

Method EnableOutput

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

Source from the content-addressed store, hash-verified

123 void EnableInput() { _events |= KQ_EVENT_READ; };
124
125 void EnableOutput() { _events |= KQ_EVENT_WRITE; };
126
127 void DisableInput() { _events &= ~KQ_EVENT_READ; };
128

Callers 9

KqueueCtlAddMethod · 0.80
mt_multi_netfd_pollMethod · 0.80
CreateSockMethod · 0.80
SendDataMethod · 0.80
sendtoMethod · 0.80
connectMethod · 0.80
writeMethod · 0.80
sendMethod · 0.80
WaitEventsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected