Searched refs:sh_old_max (Results 1 – 2 of 2) sorted by relevance
191 base->sig.sh_old_max = 0; in evsig_init()225 if (evsignal >= sig->sh_old_max) { in _evsig_set_handler()228 __func__, evsignal, sig->sh_old_max)); in _evsig_set_handler()235 memset((char *)p + sig->sh_old_max * sizeof(*sig->sh_old), in _evsig_set_handler()236 0, (new_max - sig->sh_old_max) * sizeof(*sig->sh_old)); in _evsig_set_handler()238 sig->sh_old_max = new_max; in _evsig_set_handler()410 if (i < base->sig.sh_old_max && base->sig.sh_old[i] != NULL) in evsig_dealloc()429 base->sig.sh_old_max = 0; in evsig_dealloc()
57 int sh_old_max; member