| H A D | ospoll.c | 65 int xevents; member in struct:ospollfd 68 void (*callback)(int fd, int xevents, void *data); 86 int xevents; member in struct:ospollfd 88 void (*callback)(int fd, int xevents, void *data); 274 void (*callback)(int fd, int xevents, void *data), 295 ospoll->fds[pos].xevents = 0; 324 osfd->xevents = 0; 370 osfd->xevents = 0; 470 if (osfd->xevents & X_NOTIFY_READ) 472 if (osfd->xevents 272 ospoll_add(struct ospoll * ospoll,int fd,enum ospoll_trigger trigger,void (* callback)(int fd,int xevents,void * data),void * data) argument 496 ospoll_listen(struct ospoll * ospoll,int fd,int xevents) argument 533 ospoll_mute(struct ospoll * ospoll,int fd,int xevents) argument 589 int xevents = 0; local in function:ospoll_wait 618 int xevents = 0; local in function:ospoll_wait 647 int xevents = 0; local in function:ospoll_wait 674 int xevents = 0; local in function:ospoll_wait [all...] |