comparison auto/sources @ 6018:466bd63b63d1

Thread pools implementation.
author Valentin Bartenev <vbart@nginx.com>
date Sat, 14 Mar 2015 17:37:07 +0300
parents efc84a5723b3
children fa77496b1df2
comparison
equal deleted inserted replaced
6017:83d54192e97b 6018:466bd63b63d1
191 src/os/unix/ngx_user.c \ 191 src/os/unix/ngx_user.c \
192 src/os/unix/ngx_process_cycle.c" 192 src/os/unix/ngx_process_cycle.c"
193 193
194 POSIX_DEPS=src/os/unix/ngx_posix_config.h 194 POSIX_DEPS=src/os/unix/ngx_posix_config.h
195 195
196 THREAD_POOL_MODULE=ngx_thread_pool_module
197 THREAD_POOL_DEPS=src/core/ngx_thread_pool.h
198 THREAD_POOL_SRCS="src/core/ngx_thread_pool.c
199 src/os/unix/ngx_thread_cond.c
200 src/os/unix/ngx_thread_mutex.c
201 src/os/unix/ngx_thread_id.c"
202
196 FREEBSD_DEPS="src/os/unix/ngx_freebsd_config.h src/os/unix/ngx_freebsd.h" 203 FREEBSD_DEPS="src/os/unix/ngx_freebsd_config.h src/os/unix/ngx_freebsd.h"
197 FREEBSD_SRCS=src/os/unix/ngx_freebsd_init.c 204 FREEBSD_SRCS=src/os/unix/ngx_freebsd_init.c
198 FREEBSD_SENDFILE_SRCS=src/os/unix/ngx_freebsd_sendfile_chain.c 205 FREEBSD_SENDFILE_SRCS=src/os/unix/ngx_freebsd_sendfile_chain.c
199 FREEBSD_RFORK_DEPS="src/os/unix/ngx_freebsd_rfork_thread.h" 206 FREEBSD_RFORK_DEPS="src/os/unix/ngx_freebsd_rfork_thread.h"
200 FREEBSD_RFORK_SRCS="src/os/unix/ngx_freebsd_rfork_thread.c" 207 FREEBSD_RFORK_SRCS="src/os/unix/ngx_freebsd_rfork_thread.c"