MCPcopy 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

CreateSocketMethod · 0.80
CloseSocketMethod · 0.80

Calls 1

SetNotifyObjMethod · 0.80

Tested by

no test coverage detected