comparison src/os/unix/ngx_thread.h @ 6032:ac7c7241ed8c

Removed busy locks.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Mar 2015 06:45:32 +0300
parents e284f3ff6831
children d230c797b168
comparison
equal deleted inserted replaced
6031:c8acea7c7041 6032:ac7c7241ed8c
65 #define ngx_log_tid 0 65 #define ngx_log_tid 0
66 #define NGX_TID_T_FMT "%d" 66 #define NGX_TID_T_FMT "%d"
67 67
68 #endif 68 #endif
69 69
70 #define ngx_mutex_lock(m)
71 #define ngx_mutex_unlock(m)
72
73 70
74 #endif /* _NGX_THREAD_H_INCLUDED_ */ 71 #endif /* _NGX_THREAD_H_INCLUDED_ */