Home
last modified time | relevance | path

Searched refs:KqueueSchedule (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/micro_thread/
H A Dmicro_thread.cpp912 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 Dkqueue_proxy.h241 … virtual bool KqueueSchedule(KqObjList* fdlist, KqueuerObj* fd, int timeout) { return false; }; in KqueueSchedule() function
H A Dmt_concurrent.cpp78 if (!mtframe || !mtframe->KqueueSchedule(&fdlist, NULL, (int)timeout)) in mt_multi_netfd_poll()
H A Dmicro_thread.h483 virtual bool KqueueSchedule(KqObjList* fdlist, KqueuerObj* fd, int timeout);