tids               46 os/unix/ngx_freebsd_rfork_thread.c static ngx_tid_t     *tids;      /* the threads tids array */
tids              172 os/unix/ngx_freebsd_rfork_thread.c         tids[nthreads] = id;
tids              242 os/unix/ngx_freebsd_rfork_thread.c     tids = ngx_calloc((n + 1) * sizeof(ngx_tid_t), cycle->log);
tids              243 os/unix/ngx_freebsd_rfork_thread.c     if (tids == NULL) {
tids              247 os/unix/ngx_freebsd_rfork_thread.c     tids[0] = ngx_pid;
tids              279 os/unix/ngx_freebsd_rfork_thread.c     if (tids == NULL) {
tids              283 os/unix/ngx_freebsd_rfork_thread.c     return tids[tid];