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