diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2015-03-26 14:15:17 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2015-03-26 14:15:17 +0300 |
| commit | 64c5df4b6251f4dfc7b3f72ef63b41ea59484d55 (patch) | |
| tree | 295fcf90a768c592e2e8341178c19d303464ca89 /src/os/win32/ngx_thread.h | |
| parent | 324e389e17102a63cb1d87884c06c6d2c51b5238 (diff) | |
| download | nginx-64c5df4b6251f4dfc7b3f72ef63b41ea59484d55.tar.gz nginx-64c5df4b6251f4dfc7b3f72ef63b41ea59484d55.tar.bz2 | |
Removed "worker_threads" and "thread_stack_size" directives.
Diffstat (limited to 'src/os/win32/ngx_thread.h')
| -rw-r--r-- | src/os/win32/ngx_thread.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/os/win32/ngx_thread.h b/src/os/win32/ngx_thread.h index 7d7052b22..40122768c 100644 --- a/src/os/win32/ngx_thread.h +++ b/src/os/win32/ngx_thread.h @@ -19,13 +19,9 @@ typedef DWORD ngx_thread_value_t; ngx_err_t ngx_create_thread(ngx_tid_t *tid, ngx_thread_value_t (__stdcall *func)(void *arg), void *arg, ngx_log_t *log); -ngx_int_t ngx_init_threads(int n, size_t size, ngx_cycle_t *cycle); #define ngx_log_tid GetCurrentThreadId() #define NGX_TID_T_FMT "%ud" -extern ngx_int_t ngx_threads_n; - - #endif /* _NGX_THREAD_H_INCLUDED_ */ |
