Home
last modified time | relevance | path

Searched refs:KqObjList (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/micro_thread/
H A Dkqueue_proxy.h152 typedef TAILQ_HEAD(__KqFdList, KqueuerObj) KqObjList; typedef
241 … virtual bool KqueueSchedule(KqObjList* fdlist, KqueuerObj* fd, int timeout) { return false; }; in KqueueSchedule()
243 bool KqueueAdd(KqObjList& fdset);
244 bool KqueueDel(KqObjList& fdset);
H A Dmicro_thread.h220 void AddFdList(KqObjList* fdset) { in AddFdList()
223 KqObjList& GetFdSet(void) { in GetFdSet()
293 KqObjList _fdset;
483 virtual bool KqueueSchedule(KqObjList* fdlist, KqueuerObj* fd, int timeout);
H A Dkqueue_proxy.cpp116 bool KqueueProxy::KqueueAdd(KqObjList& obj_list) in KqueueAdd()
150 bool KqueueProxy::KqueueDel(KqObjList& obj_list) in KqueueDel()
H A Dmt_concurrent.cpp36 KqObjList fdlist; in mt_multi_netfd_poll()
H A Dmicro_thread.cpp912 bool MtFrame::KqueueSchedule(KqObjList* fdlist, KqueuerObj* fd, int timeout) in KqueueSchedule()
941 KqObjList& rcvfds = thread->GetFdSet(); in KqueueSchedule()