Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ KqueueNtfyReg
Method
KqueueNtfyReg
adapter/micro_thread/kqueue_proxy.h:256–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
256
void KqueueNtfyReg(int fd, KqueuerObj* obj) {
257
KqFdRef* ref = KqFdRefGet(fd);
258
if (ref) {
259
ref->SetNotifyObj(obj);
260
}
261
};
262
263
protected:
264
void KqueueRcvEventList(int evtfdnum);
Callers
2
CreateSocket
Method · 0.80
CloseSocket
Method · 0.80
Calls
1
SetNotifyObj
Method · 0.80
Tested by
no test coverage detected