Searched refs:GET_SIGNAL_SLOT (Results 1 – 1 of 1) sorted by relevance
/external/libevent/ |
D | evmap.c | 162 #define GET_SIGNAL_SLOT(x, map, slot, type) \ macro 184 #define GET_IO_SLOT(x,map,slot,type) GET_SIGNAL_SLOT(x,map,slot,type) 488 GET_SIGNAL_SLOT(ctx, map, sig, evmap_signal); in evmap_signal_del_() 509 GET_SIGNAL_SLOT(ctx, map, sig, evmap_signal); in evmap_signal_active_() 723 GET_SIGNAL_SLOT(ctx, &base->sigmap, change->fd, evmap_signal);
|