Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ AddFd
Method
AddFd
adapter/micro_thread/micro_thread.h:217–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
TAILQ_INIT(&_fdset);
216
};
217
void AddFd(KqueuerObj* efpd) {
218
TAILQ_INSERT_TAIL(&_fdset, efpd, _entry);
219
};
220
void AddFdList(KqObjList* fdset) {
221
TAILQ_CONCAT(&_fdset, fdset, _entry);
222
};
Callers
1
KqueueSchedule
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected