Searched refs:sh_old_max (Results 1 – 4 of 4) sorted by relevance
198 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_()
57 int sh_old_max; member