Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_notify.cpp110 frame->KqueueCtrlAdd(osfd, KQ_EVENT_READ); in CreateSocket()
261 if (!frame->KqueueCtrlAdd(osfd, KQ_EVENT_WRITE)) in KqueueCtlAdd()
H A Dkqueue_proxy.cpp168 bool KqueueProxy::KqueueCtrlAdd(int fd, int events) in KqueueCtrlAdd() function in KqueueProxy
515 if (!frame->KqueueCtrlAdd(osfd, new_events)) in KqueueCtlAdd()
H A Dkqueue_proxy.h248 bool KqueueCtrlAdd(int fd, int new_events);
H A Dmt_net.cpp1101 rc = MtFrame::Instance()->KqueueCtrlAdd(_fd, KQ_EVENT_READ); in SendData()