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