Home
last modified time | relevance | path

Searched refs:sh_old_max (Results 1 – 2 of 2) sorted by relevance

/external/libevent/
Dsignal.c196 base->sig.sh_old_max = 0; in evsig_init_()
227 if (evsignal >= sig->sh_old_max) { in evsig_set_handler_()
230 __func__, evsignal, sig->sh_old_max)); in evsig_set_handler_()
237 memset((char *)p + sig->sh_old_max * sizeof(*sig->sh_old), in evsig_set_handler_()
238 0, (new_max - sig->sh_old_max) * sizeof(*sig->sh_old)); in evsig_set_handler_()
240 sig->sh_old_max = new_max; in evsig_set_handler_()
334 if (evsignal >= sig->sh_old_max) { in evsig_restore_handler_()
425 if (i < base->sig.sh_old_max && base->sig.sh_old[i] != NULL) in evsig_dealloc_()
444 base->sig.sh_old_max = 0; in evsig_dealloc_()
Devsignal-internal.h57 int sh_old_max; member