errnos             52 os/unix/ngx_freebsd_rfork_thread.c static int  *errnos;   /* the threads errno's array */
errnos             61 os/unix/ngx_freebsd_rfork_thread.c     return tid ? &errnos[tid - 1] : &errno0;
errnos            235 os/unix/ngx_freebsd_rfork_thread.c     errnos = ngx_calloc(n * sizeof(int), cycle->log);
errnos            236 os/unix/ngx_freebsd_rfork_thread.c     if (errnos == NULL) {