Searched refs:KqueueProxy (Results 1 – 3 of 3) sorted by relevance
32 KqueueProxy::KqueueProxy() in KqueueProxy() function in KqueueProxy34 _maxfd = KqueueProxy::DEFAULT_MAX_FD_NUM; in KqueueProxy()40 int KqueueProxy::InitKqueue(int max_num) in InitKqueue()95 void KqueueProxy::TermKqueue() in TermKqueue()116 bool KqueueProxy::KqueueAdd(KqObjList& obj_list) in KqueueAdd()150 bool KqueueProxy::KqueueDel(KqObjList& obj_list) in KqueueDel()168 bool KqueueProxy::KqueueCtrlAdd(int fd, int events) in KqueueCtrlAdd()313 bool KqueueProxy::KqueueAddObj(KqueuerObj* obj) in KqueueAddObj()340 bool KqueueProxy::KqueueDelObj(KqueuerObj* obj) in KqueueDelObj()366 void KqueueProxy::KqueueRcvEventList(int evtfdnum) in KqueueRcvEventList()[all …]
92 class KqueueProxy; variable222 class KqueueProxy234 KqueueProxy();235 virtual ~KqueueProxy(){}; in ~KqueueProxy()
398 class MtFrame : public KqueueProxy, public ThreadPool