Searched refs:KqueueCtrlDel (Results 1 – 4 of 4) sorted by relevance
121 frame->KqueueCtrlDel(osfd, KQ_EVENT_READ); in CloseSocket()235 frame->KqueueCtrlDel(this->GetOsfd(), this->GetEvents()); in HangupNotify()286 if (!frame->KqueueCtrlDel(osfd, KQ_EVENT_WRITE)) in KqueueCtlDel()
237 bool KqueueProxy::KqueueCtrlDel(int fd, int events) in KqueueCtrlDel() function in KqueueProxy398 KqueueCtrlDel(osfd, (revents & (KQ_EVENT_READ | KQ_EVENT_WRITE))); in KqueueRcvEventList()493 frame->KqueueCtrlDel(this->GetOsfd(), this->GetEvents()); in HangupNotify()
249 bool KqueueCtrlDel(int fd, int new_events);
1106 rc = MtFrame::Instance()->KqueueCtrlDel(_fd, KQ_EVENT_WRITE); in SendData()1436 if (!MtFrame::Instance()->KqueueCtrlDel(_fd, KQ_EVENT_WRITE)) in OutputNotify()