tid                57 os/unix/ngx_freebsd_rfork_thread.c     int  tid;
tid                59 os/unix/ngx_freebsd_rfork_thread.c     tid = ngx_gettid();
tid                61 os/unix/ngx_freebsd_rfork_thread.c     return tid ? &errnos[tid - 1] : &errno0;
tid               122 os/unix/ngx_freebsd_rfork_thread.c ngx_create_thread(ngx_tid_t *tid, ngx_thread_value_t (*func)(void *arg),
tid               169 os/unix/ngx_freebsd_rfork_thread.c         *tid = id;
tid               275 os/unix/ngx_freebsd_rfork_thread.c     ngx_int_t  tid;
tid               277 os/unix/ngx_freebsd_rfork_thread.c     tid = ngx_gettid();
tid               283 os/unix/ngx_freebsd_rfork_thread.c     return tids[tid];
tid               600 os/unix/ngx_freebsd_rfork_thread.c     cv->tid = -1;
tid               662 os/unix/ngx_freebsd_rfork_thread.c         cv->tid = ngx_thread_self();
tid               732 os/unix/ngx_freebsd_rfork_thread.c                    cv, cv->tid, cv->signo);
tid               734 os/unix/ngx_freebsd_rfork_thread.c     if (cv->tid == -1) {
tid               738 os/unix/ngx_freebsd_rfork_thread.c     if (kill(cv->tid, cv->signo) == -1) {
tid               746 os/unix/ngx_freebsd_rfork_thread.c             cv->tid = -1;
tid                39 os/unix/ngx_freebsd_rfork_thread.h     ngx_tid_t     tid;
tid               761 os/unix/ngx_process_cycle.c             if (ngx_create_thread((ngx_tid_t *) &ngx_threads[n].tid,
tid              1182 os/unix/ngx_process_cycle.c                 ngx_thread_join(ngx_threads[i].tid, NULL);
tid                19 os/unix/ngx_pthread_thread.c ngx_create_thread(ngx_tid_t *tid, ngx_thread_value_t (*func)(void *arg),
tid                30 os/unix/ngx_pthread_thread.c     err = pthread_create(tid, &thr_attr, func, arg);
tid                38 os/unix/ngx_pthread_thread.c                    "thread is created: " NGX_TID_T_FMT, *tid);
tid                79 os/unix/ngx_thread.h     ngx_tid_t    tid;
tid                96 os/unix/ngx_thread.h ngx_err_t ngx_create_thread(ngx_tid_t *tid,