Home
last modified time | relevance | path

Searched refs:KqFdRef (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/micro_thread/
H A Dkqueue_proxy.h156 class KqFdRef
167 KqFdRef() { in KqFdRef() function
174 ~KqFdRef(){}; in ~KqFdRef()
231 KqFdRef* _kqrefs;
252 KqFdRef* KqFdRefGet(int fd) { in KqFdRefGet()
253 return ((fd >= _maxfd) || (fd < 0)) ? (KqFdRef*)NULL : &_kqrefs[fd]; in KqFdRefGet()
257 KqFdRef* ref = KqFdRefGet(fd); in KqueueNtfyReg()
H A Dkqueue_proxy.cpp57 _kqrefs = new KqFdRef[_maxfd]; in InitKqueue()
170 KqFdRef* item = KqFdRefGet(fd); in KqueueCtrlAdd()
244 KqFdRef* item = KqFdRefGet(fd); in KqueueCtrlDelRef()
321 KqFdRef* item = KqFdRefGet(obj->GetOsfd()); in KqueueAddObj()
347 KqFdRef* item = KqFdRefGet(obj->GetOsfd()); in KqueueDelObj()
372 KqFdRef* item = NULL; in KqueueRcvEventList()
500 KqFdRef* fd_ref = (KqFdRef*)args; in KqueueCtlAdd()
528 KqFdRef* fd_ref = (KqFdRef*)args; in KqueueCtlDel()
H A Dmt_notify.cpp249 KqFdRef* fd_ref = (KqFdRef*)args; in KqueueCtlAdd()
274 KqFdRef* fd_ref = (KqFdRef*)args; in KqueueCtlDel()