comparison src/os/unix/ngx_process_cycle.c @ 382:449c4885dcd1

nginx-0.0.7-2004-07-07-23:48:31 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Jul 2004 19:48:31 +0000
parents 02a511569afb
children 537de4dca8ca
comparison
equal deleted inserted replaced
381:02a511569afb 382:449c4885dcd1
856 ngx_log_error(NGX_LOG_ALERT, cycle->log, err, 856 ngx_log_error(NGX_LOG_ALERT, cycle->log, err,
857 ngx_thread_sigmask_n " failed"); 857 ngx_thread_sigmask_n " failed");
858 return (void *) 1; 858 return (void *) 1;
859 } 859 }
860 860
861 ngx_log_debug1(NGX_LOG_DEBUG_CORE, cycle->log, ngx_errno, 861 ngx_log_debug1(NGX_LOG_DEBUG_CORE, cycle->log, 0,
862 "thread " TID_T_FMT " started", ngx_thread_self()); 862 "thread " TID_T_FMT " started", ngx_thread_self());
863 863
864 ngx_setthrtitle("worker thread"); 864 ngx_setthrtitle("worker thread");
865 865
866 if (!(tls = ngx_calloc(sizeof(ngx_core_tls_t), cycle->log))) { 866 if (!(tls = ngx_calloc(sizeof(ngx_core_tls_t), cycle->log))) {