Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NotifyWriteWait
Method · 0.80
InputNotify
Method · 0.80
mt_multi_netfd_poll
Method · 0.80
KqueueRcvEventList
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected