comparison src/os/unix/ngx_thread.h @ 277:e91499541410

nginx-0.0.2-2004-03-03-19:14:15 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 03 Mar 2004 16:14:15 +0000
parents b836469c37c3
children b79f021a644a
comparison
equal deleted inserted replaced
276:a2d1ccc96111 277:e91499541410
101 #define ngx_thread_volatile 101 #define ngx_thread_volatile
102 102
103 #define ngx_log_tid 0 103 #define ngx_log_tid 0
104 #define TID_T_FMT "%d" 104 #define TID_T_FMT "%d"
105 105
106 #define ngx_mutex_lock(m) 106 #define ngx_mutex_lock(m) NGX_OK
107 #define ngx_mutex_unlock(m) 107 #define ngx_mutex_unlock(m)
108 108
109 #endif 109 #endif
110 110
111 111