comparison src/os/unix/ngx_freebsd_rfork_thread.c @ 93:738fe44c70d5

nginx-0.0.1-2003-05-21-17:28:21 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 21 May 2003 13:28:21 +0000
parents 3973260705cc
children 0b67be7d4489
comparison
equal deleted inserted replaced
92:19cc647ecd91 93:738fe44c70d5
166 return tids[tid]; 166 return tids[tid];
167 } 167 }
168 168
169 169
170 static inline int ngx_gettid() 170 static inline int ngx_gettid()
171 { 171 {
172 char *sp; 172 char *sp;
173 173
174 if (stack_size == 0) { 174 if (stack_size == 0) {
175 return 0; 175 return 0;
176 } 176 }