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

Method DisableOutput

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

Source from the content-addressed store, hash-verified

127 void DisableInput() { _events &= ~KQ_EVENT_READ; };
128
129 void DisableOutput() { _events &= ~KQ_EVENT_WRITE; };
130
131 int GetOsfd() { return _fd; };
132 void SetOsfd(int fd) { _fd = fd; };

Callers 7

KqueueCtlDelMethod · 0.80
mt_multi_netfd_pollMethod · 0.80
SendDataMethod · 0.80
OutputNotifyMethod · 0.80
CreateSocketMethod · 0.80
IdleAttachMethod · 0.80
IdleDetachMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected