summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_thread_pool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-15Thread pools: create threads in detached state.Piotr Sikora1-0/+7
2016-04-19Thread pools: memory barriers in task completion notifications.Maxim Dounin1-0/+4
2015-03-23Thread pools: implemented graceful exiting of threads.Valentin Bartenev1-3/+34
2015-03-23Thread pools: removed unused pointer to memory pool.Valentin Bartenev1-2/+0
2015-03-23Thread pools: keep waiting tasks mutex in ngx_thread_pool_t.Valentin Bartenev1-45/+20
2015-03-23Thread pools: replaced completed tasks queue mutex with spinlock.Valentin Bartenev1-16/+5
2015-03-19Thread pools: silence warning on process exit.Ruslan Ermilov1-0/+7
2015-03-19Thread pools: fixed the waiting tasks accounting.Ruslan Ermilov1-7/+8
2015-03-19Thread pools: keep waiting tasks counter in ngx_thread_pool_t.Ruslan Ermilov1-9/+7
2015-03-14Thread pools implementation.Valentin Bartenev1-0/+631