Lines Matching refs:events
31 uint32_t events = oper;
34 watcher->processEvent(taskHandle, fd, &events, (void *)userData);
42 if (events == 0) {
46 if (events != watcher->events) {
47 watcher->events = events;
48 loop->modEvent(loop, (const BaseTask *)taskHandle, watcher->events);
76 task->events = info->events;
80 loop->addEvent(loop, (const BaseTask *)task, info->events);