diff options
| author | Valentin Bartenev <vbart@nginx.com> | 2015-03-14 17:37:07 +0300 |
|---|---|---|
| committer | Valentin Bartenev <vbart@nginx.com> | 2015-03-14 17:37:07 +0300 |
| commit | 305fc021db799c87d751f0f1f5e99afee7bb2b3b (patch) | |
| tree | 8c3cf7a86f08ede19803a9f9beecb33cc0d9ebb3 /auto/sources | |
| parent | 08e05a40422300a25e3b4e5b915592d7b2c41592 (diff) | |
| download | nginx-305fc021db799c87d751f0f1f5e99afee7bb2b3b.tar.gz nginx-305fc021db799c87d751f0f1f5e99afee7bb2b3b.tar.bz2 | |
Thread pools implementation.
Diffstat (limited to 'auto/sources')
| -rw-r--r-- | auto/sources | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 1287782ea..e7f105889 100644 --- a/auto/sources +++ b/auto/sources @@ -193,6 +193,13 @@ UNIX_SRCS="$CORE_SRCS $EVENT_SRCS \ POSIX_DEPS=src/os/unix/ngx_posix_config.h +THREAD_POOL_MODULE=ngx_thread_pool_module +THREAD_POOL_DEPS=src/core/ngx_thread_pool.h +THREAD_POOL_SRCS="src/core/ngx_thread_pool.c + src/os/unix/ngx_thread_cond.c + src/os/unix/ngx_thread_mutex.c + src/os/unix/ngx_thread_id.c" + FREEBSD_DEPS="src/os/unix/ngx_freebsd_config.h src/os/unix/ngx_freebsd.h" FREEBSD_SRCS=src/os/unix/ngx_freebsd_init.c FREEBSD_SENDFILE_SRCS=src/os/unix/ngx_freebsd_sendfile_chain.c |
