]> git.kaiwu.me - nginx.git/commit
Thread pools: keep waiting tasks counter in ngx_thread_pool_t.
authorRuslan Ermilov <ru@nginx.com>
Thu, 19 Mar 2015 20:19:35 +0000 (23:19 +0300)
committerRuslan Ermilov <ru@nginx.com>
Thu, 19 Mar 2015 20:19:35 +0000 (23:19 +0300)
commit20d07074e3d1cd9069fd786aa4861a51a44f45b5
tree8d886b3d0d4644430ac9f9c1d531b3dafe18cdef
parent85048c0397ce5fd288411724dc7ab5c1da64055b
Thread pools: keep waiting tasks counter in ngx_thread_pool_t.

It's not needed for completed tasks queue.

No functional changes.
src/core/ngx_thread_pool.c