MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ClearAllFd

Method ClearAllFd

adapter/micro_thread/micro_thread.h:214–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 virtual void Run(void);
213
214 void ClearAllFd(void) {
215 TAILQ_INIT(&_fdset);
216 };
217 void AddFd(KqueuerObj* efpd) {
218 TAILQ_INSERT_TAIL(&_fdset, efpd, _entry);
219 };

Callers 1

KqueueScheduleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected