Searched refs:fdlist (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | mt_concurrent.cpp | 36 KqObjList fdlist; in mt_multi_netfd_poll() local 37 TAILQ_INIT(&fdlist); in mt_multi_netfd_poll() 73 TAILQ_INSERT_TAIL(&fdlist, obj, _entry); in mt_multi_netfd_poll() 78 if (!mtframe || !mtframe->KqueueSchedule(&fdlist, NULL, (int)timeout)) in mt_multi_netfd_poll()
|
| H A D | kqueue_proxy.h | 241 … virtual bool KqueueSchedule(KqObjList* fdlist, KqueuerObj* fd, int timeout) { return false; }; in KqueueSchedule() argument
|
| H A D | micro_thread.cpp | 912 bool MtFrame::KqueueSchedule(KqObjList* fdlist, KqueuerObj* fd, int timeout) in KqueueSchedule() argument 922 if (fdlist) in KqueueSchedule() 924 thread->AddFdList(fdlist); in KqueueSchedule()
|
| H A D | micro_thread.h | 483 virtual bool KqueueSchedule(KqObjList* fdlist, KqueuerObj* fd, int timeout);
|