Searched refs:pendingEventQueueFd_ (Results 1 – 2 of 2) sorted by relevance
86 pendingEventQueueFd_ = UniqueFd(eventfd(0, EFD_NONBLOCK)); in InitEventQueueNotifier()89 eventItem.data.fd = pendingEventQueueFd_.Get(); in InitEventQueueNotifier()90 …int result = epoll_ctl(sharedPollingFd_.Get(), EPOLL_CTL_ADD, pendingEventQueueFd_.Get(), &eventIt… in InitEventQueueNotifier()111 if (pendingEventQueueFd_.Get() > 0) { in WakeUp()113 write(pendingEventQueueFd_.Get(), &count, sizeof(count)); in WakeUp()561 if (fd == pendingEventQueueFd_.Get()) { in WaitNextEvent()
163 UniqueFd pendingEventQueueFd_; variable