Searched refs:KqueueSchedule (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | micro_thread.cpp | 912 bool MtFrame::KqueueSchedule(KqObjList* fdlist, KqueuerObj* fd, int timeout) in KqueueSchedule() function in MtFrame 993 if (!mtframe->KqueueSchedule(NULL, &epfd, timeout)) in recvfrom() 1059 if (!mtframe->KqueueSchedule(NULL, &epfd, timeout)) { in sendto() 1110 if (!mtframe->KqueueSchedule(NULL, &epfd, timeout)) { in connect() 1156 if (!mtframe->KqueueSchedule(NULL, &epfd, timeout)) { in accept() 1202 if (!mtframe->KqueueSchedule(NULL, &epfd, timeout)) { in read() 1260 if (!mtframe->KqueueSchedule(NULL, &epfd, timeout)) { in write() 1300 if (!mtframe->KqueueSchedule(NULL, &epfd, timeout)) in recv() 1378 if (!mtframe->KqueueSchedule(NULL, &epfd, timeout)) { in send() 1429 if (!mtframe->KqueueSchedule(NULL, &epfd, timeout)) in WaitEvents()
|
| H A D | kqueue_proxy.h | 241 … virtual bool KqueueSchedule(KqObjList* fdlist, KqueuerObj* fd, int timeout) { return false; }; in KqueueSchedule() function
|
| H A D | mt_concurrent.cpp | 78 if (!mtframe || !mtframe->KqueueSchedule(&fdlist, NULL, (int)timeout)) in mt_multi_netfd_poll()
|
| H A D | micro_thread.h | 483 virtual bool KqueueSchedule(KqObjList* fdlist, KqueuerObj* fd, int timeout);
|