Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-02-26 20:10:01 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-02-26 20:10:01 +0300
commit898446c8bacb5b0e1c223dfec4643ebee8d07f8e (patch)
tree01470b0ba4a9419412ed82fd4a5f6f746a4819d9 /src/os/unix/ngx_thread.h
parentf2334416e7485ff1c260a46ba47aeadffeff923a (diff)
nginx-0.0.2-2004-02-26-20:10:01 import
Diffstat (limited to 'src/os/unix/ngx_thread.h')
-rw-r--r--src/os/unix/ngx_thread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os/unix/ngx_thread.h b/src/os/unix/ngx_thread.h
index 3ecc1e62a..3961f328f 100644
--- a/src/os/unix/ngx_thread.h
+++ b/src/os/unix/ngx_thread.h
@@ -60,6 +60,9 @@ ngx_int_t ngx_mutex_do_lock(ngx_mutex_t *m, ngx_int_t try);
ngx_int_t ngx_mutex_unlock(ngx_mutex_t *m);
+extern ngx_int_t ngx_threaded;
+
+
#else /* !NGX_THREADS */
#define ngx_log_tid 0