Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A Dsignal.c198 base->sig.sh_old_max = 0; in evsig_init_()
229 if (evsignal >= sig->sh_old_max) { in evsig_set_handler_()
232 __func__, evsignal, sig->sh_old_max)); in evsig_set_handler_()
239 memset((char *)p + sig->sh_old_max * sizeof(*sig->sh_old), in evsig_set_handler_()
240 0, (new_max - sig->sh_old_max) * sizeof(*sig->sh_old)); in evsig_set_handler_()
242 sig->sh_old_max = new_max; in evsig_set_handler_()
336 if (evsignal >= sig->sh_old_max) { in evsig_restore_handler_()
427 if (i < base->sig.sh_old_max && base->sig.sh_old[i] != NULL) in evsig_dealloc_()
446 base->sig.sh_old_max = 0; in evsig_dealloc_()
H A Devsignal-internal.h57 int sh_old_max; member
/freebsd/contrib/libevent/
H A Dsignal.c198 base->sig.sh_old_max = 0; in evsig_init_()
229 if (evsignal >= sig->sh_old_max) { in evsig_set_handler_()
232 __func__, evsignal, sig->sh_old_max)); in evsig_set_handler_()
239 memset((char *)p + sig->sh_old_max * sizeof(*sig->sh_old), in evsig_set_handler_()
240 0, (new_max - sig->sh_old_max) * sizeof(*sig->sh_old)); in evsig_set_handler_()
242 sig->sh_old_max = new_max; in evsig_set_handler_()
336 if (evsignal >= sig->sh_old_max) { in evsig_restore_handler_()
427 if (i < base->sig.sh_old_max && base->sig.sh_old[i] != NULL) in evsig_dealloc_()
446 base->sig.sh_old_max = 0; in evsig_dealloc_()
H A Devsignal-internal.h57 int sh_old_max; member