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

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devsignal-internal.h57 int sh_old_max; member in struct:evsig_info
H A Dsignal.c196 base->sig.sh_old_max = 0;
227 if (evsignal >= sig->sh_old_max) {
229 event_debug(("%s: evsignal (%d) >= sh_old_max (%d), resizing",
230 __func__, evsignal, sig->sh_old_max));
237 memset((char *)p + sig->sh_old_max * sizeof(*sig->sh_old),
238 0, (new_max - sig->sh_old_max) * sizeof(*sig->sh_old));
240 sig->sh_old_max = new_max;
334 if (evsignal >= sig->sh_old_max) {
425 if (i < base->sig.sh_old_max && base->sig.sh_old[i] != NULL)
444 base->sig.sh_old_max
[all...]
/freebsd-12-stable/contrib/libevent/
H A Devsignal-internal.h57 int sh_old_max; member in struct:evsig_info
H A Dsignal.c196 base->sig.sh_old_max = 0;
227 if (evsignal >= sig->sh_old_max) {
229 event_debug(("%s: evsignal (%d) >= sh_old_max (%d), resizing",
230 __func__, evsignal, sig->sh_old_max));
237 memset((char *)p + sig->sh_old_max * sizeof(*sig->sh_old),
238 0, (new_max - sig->sh_old_max) * sizeof(*sig->sh_old));
240 sig->sh_old_max = new_max;
334 if (evsignal >= sig->sh_old_max) {
425 if (i < base->sig.sh_old_max && base->sig.sh_old[i] != NULL)
444 base->sig.sh_old_max
[all...]

Completed in 62 milliseconds