Searched refs:KqueueCtrlAdd (Results 1 – 4 of 4) sorted by relevance
110 frame->KqueueCtrlAdd(osfd, KQ_EVENT_READ); in CreateSocket()261 if (!frame->KqueueCtrlAdd(osfd, KQ_EVENT_WRITE)) in KqueueCtlAdd()
168 bool KqueueProxy::KqueueCtrlAdd(int fd, int events) in KqueueCtrlAdd() function in KqueueProxy515 if (!frame->KqueueCtrlAdd(osfd, new_events)) in KqueueCtlAdd()
248 bool KqueueCtrlAdd(int fd, int new_events);
1101 rc = MtFrame::Instance()->KqueueCtrlAdd(_fd, KQ_EVENT_READ); in SendData()