HomeSort by relevance Sort by last modified time
    Searched refs:sh_old_max (Results 1 - 2 of 2) sorted by null

  /external/libevent/
evsignal-internal.h 57 int sh_old_max; member in struct:evsig_info
signal.c 191 base->sig.sh_old_max = 0;
225 if (evsignal >= sig->sh_old_max) {
227 event_debug(("%s: evsignal (%d) >= sh_old_max (%d), resizing",
228 __func__, evsignal, sig->sh_old_max));
235 memset((char *)p + sig->sh_old_max * sizeof(*sig->sh_old),
236 0, (new_max - sig->sh_old_max) * sizeof(*sig->sh_old));
238 sig->sh_old_max = new_max;
410 if (i < base->sig.sh_old_max && base->sig.sh_old[i] != NULL)
429 base->sig.sh_old_max = 0;

Completed in 696 milliseconds