diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-07-06 16:12:16 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-06 16:12:16 +0000 |
commit | 81a432a185bc61d46a4d5eb1f96773ee7b3dc6a3 (patch) | |
tree | 2fc767b2b984c999342761308464c701c6d09457 /src/os/unix/ngx_freebsd_rfork_thread.h | |
parent | 40e877165a22f19359344d897c68da4fce62f6c1 (diff) | |
download | nginx-81a432a185bc61d46a4d5eb1f96773ee7b3dc6a3.tar.gz nginx-81a432a185bc61d46a4d5eb1f96773ee7b3dc6a3.zip |
nginx-0.0.7-2004-07-06-20:12:16 import
Diffstat (limited to 'src/os/unix/ngx_freebsd_rfork_thread.h')
-rw-r--r-- | src/os/unix/ngx_freebsd_rfork_thread.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/os/unix/ngx_freebsd_rfork_thread.h b/src/os/unix/ngx_freebsd_rfork_thread.h index a9eb1d824..462554f28 100644 --- a/src/os/unix/ngx_freebsd_rfork_thread.h +++ b/src/os/unix/ngx_freebsd_rfork_thread.h @@ -15,6 +15,14 @@ typedef pid_t ngx_tid_t; #define TID_T_FMT PID_T_FMT +extern void **ngx_tls; + +#define ngx_thread_create_tls() 0 +#define ngx_thread_create_tls_n "" +#define ngx_thread_get_tls() ngx_tls[ngx_gettid()] +ngx_int_t ngx_thread_set_tls(void *value); + + #define NGX_MUTEX_LIGHT 1 #define NGX_MUTEX_LOCK_BUSY 0x80000000 |