Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ SetNotifyObj
Method
SetNotifyObj
adapter/micro_thread/kqueue_proxy.h:183–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
};
182
183
void SetNotifyObj(KqueuerObj* ntfy) {
184
_kqobj = ntfy;
185
};
186
KqueuerObj* GetNotifyObj() {
187
return _kqobj;
188
};
Callers
3
KqueueNtfyReg
Method · 0.80
KqueueCtlAdd
Method · 0.80
KqueueCtlDel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected