log src/core/ngx_thread_pool.c @ 7682:2ab0ecfe5a5f

age author description
Mon, 15 Aug 2016 05:52:04 -0700 Piotr Sikora Thread pools: create threads in detached state.
Tue, 19 Apr 2016 17:18:28 +0300 Maxim Dounin Thread pools: memory barriers in task completion notifications.
Mon, 23 Mar 2015 17:51:21 +0300 Valentin Bartenev Thread pools: implemented graceful exiting of threads.
Mon, 23 Mar 2015 17:51:21 +0300 Valentin Bartenev Thread pools: removed unused pointer to memory pool.
Mon, 23 Mar 2015 17:51:21 +0300 Valentin Bartenev Thread pools: keep waiting tasks mutex in ngx_thread_pool_t.
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.