comparison src/event/modules/ngx_kqueue_module.c @ 303:00c5660d2707

nginx-0.0.3-2004-04-01-20:20:53 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 01 Apr 2004 16:20:53 +0000
parents 1526e7686b20
children 4b1a3a4acc60
comparison
equal deleted inserted replaced
302:1526e7686b20 303:00c5660d2707
373 if (ngx_accept_mutex) { 373 if (ngx_accept_mutex) {
374 if (ngx_trylock_accept_mutex(cycle) == NGX_ERROR) { 374 if (ngx_trylock_accept_mutex(cycle) == NGX_ERROR) {
375 return NGX_ERROR; 375 return NGX_ERROR;
376 } 376 }
377 377
378 #if 0 378 #if 1
379 if (ngx_accept_mutex_held == 0 && timer == 0) { 379 if (ngx_accept_mutex_held == 0 && timer == 0) {
380 /* STUB */ timer = 500; 380 /* STUB */ timer = 500;
381 } 381 }
382 #endif 382 #endif
383 } 383 }