Searched refs:GET_IO_SLOT (Results 1 – 1 of 1) sorted by relevance
/external/libevent/ |
D | evmap.c | 111 #define GET_IO_SLOT(x, map, slot, type) \ in HT_PROTOTYPE() macro 181 #define GET_IO_SLOT(x,map,slot,type) GET_SIGNAL_SLOT(x,map,slot,type) macro 354 GET_IO_SLOT(ctx, io, fd, evmap_io); in evmap_io_del() 399 GET_IO_SLOT(ctx, io, fd, evmap_io); in evmap_io_active() 483 GET_IO_SLOT(ctx, map, fd, evmap_io); in evmap_io_get_fdinfo() 518 GET_IO_SLOT(ctx, &base->io, change->fd, evmap_io); in event_change_get_fdinfo()
|