Lines Matching defs:event
73 int uv__epoll_ctl(int epoll_fd, int op, int fd, struct epoll_event* event) {
77 return ffrt_epoll_ctl(qos, op, fd, event == NULL ? 0 : event->events, NULL, NULL);
80 return epoll_ctl(epoll_fd, op, fd ,event);
1278 /* File descriptor that's been watched before, update event mask. */
1463 /* All event mask mutations should be visible to the kernel before
1564 * EPOLLERR or EPOLLHUP event. In order to force the event loop to
1575 * needs to remember the error/hangup event. We should get that for
2500 continue; /* Stale event, no watchers left. */