]> git.kaiwu.me - nginx.git/commit
Thread pools: keep waiting tasks mutex in ngx_thread_pool_t.
authorValentin Bartenev <vbart@nginx.com>
Mon, 23 Mar 2015 14:51:21 +0000 (17:51 +0300)
committerValentin Bartenev <vbart@nginx.com>
Mon, 23 Mar 2015 14:51:21 +0000 (17:51 +0300)
commitcb43696e0cb15cf063e475e8bd07a53a52775e2e
treea1114229f563ff0f95861894389a8fcf60962f62
parentf109a68b4f5bfe976cb3ad45baab0de06b6c577b
Thread pools: keep waiting tasks mutex in ngx_thread_pool_t.

It's not needed for completed tasks queue since the previous change.

No functional changes.
src/core/ngx_thread_pool.c