log src/core/ngx_thread_pool.c @ 6039:fc36690e7f44

age author description
Mon, 23 Mar 2015 17:51:21 +0300 Valentin Bartenev Thread pools: replaced completed tasks queue mutex with spinlock.
Thu, 19 Mar 2015 23:20:18 +0300 Ruslan Ermilov Thread pools: silence warning on process exit.
Thu, 19 Mar 2015 13:00:48 +0300 Ruslan Ermilov Thread pools: fixed the waiting tasks accounting.
Thu, 19 Mar 2015 23:19:35 +0300 Ruslan Ermilov Thread pools: keep waiting tasks counter in ngx_thread_pool_t.
Sat, 14 Mar 2015 17:37:07 +0300 Valentin Bartenev Thread pools implementation.