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

Method SetRcvEvents

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

Source from the content-addressed store, hash-verified

133
134 int GetEvents() { return _events; };
135 void SetRcvEvents(int revents) { _revents = revents; };
136 int GetRcvEvents() { return _revents; };
137
138 int GetNtfyType() { return _type; };

Callers 4

NotifyWriteWaitMethod · 0.80
InputNotifyMethod · 0.80
mt_multi_netfd_pollMethod · 0.80
KqueueRcvEventListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected