Searched refs:KqObjList (Results 1 – 5 of 5) sorted by relevance
152 typedef TAILQ_HEAD(__KqFdList, KqueuerObj) KqObjList; typedef241 … virtual bool KqueueSchedule(KqObjList* fdlist, KqueuerObj* fd, int timeout) { return false; }; in KqueueSchedule()243 bool KqueueAdd(KqObjList& fdset);244 bool KqueueDel(KqObjList& fdset);
220 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);
116 bool KqueueProxy::KqueueAdd(KqObjList& obj_list) in KqueueAdd()150 bool KqueueProxy::KqueueDel(KqObjList& obj_list) in KqueueDel()
36 KqObjList fdlist; in mt_multi_netfd_poll()
912 bool MtFrame::KqueueSchedule(KqObjList* fdlist, KqueuerObj* fd, int timeout) in KqueueSchedule()941 KqObjList& rcvfds = thread->GetFdSet(); in KqueueSchedule()