Lines Matching refs:KqueueProxy
32 KqueueProxy::KqueueProxy() in KqueueProxy() function in KqueueProxy
34 _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()
237 bool KqueueProxy::KqueueCtrlDel(int fd, int events) in KqueueCtrlDel()
242 bool KqueueProxy::KqueueCtrlDelRef(int fd, int events, bool use_ref) in KqueueCtrlDelRef()
313 bool KqueueProxy::KqueueAddObj(KqueuerObj* obj) in KqueueAddObj()
340 bool KqueueProxy::KqueueDelObj(KqueuerObj* obj) in KqueueDelObj()
366 void KqueueProxy::KqueueRcvEventList(int evtfdnum) in KqueueRcvEventList()
429 void KqueueProxy::KqueueDispatch() in KqueueDispatch()