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

  /external/chromium/third_party/libevent/
evsignal.h 44 int sh_old_max; member in struct:evsignal_info
signal.c 120 base->sig.sh_old_max = 0;
155 if (evsignal >= sig->sh_old_max) {
157 event_debug(("%s: evsignal (%d) >= sh_old_max (%d), resizing",
158 __func__, evsignal, sig->sh_old_max));
165 memset((char *)p + sig->sh_old_max * sizeof(*sig->sh_old),
166 0, (new_max - sig->sh_old_max) * sizeof(*sig->sh_old));
168 sig->sh_old_max = new_max;
345 if (i < base->sig.sh_old_max && base->sig.sh_old[i] != NULL)
353 base->sig.sh_old_max = 0;

Completed in 81 milliseconds