Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Thread pools: create threads in detached state. | Piotr Sikora | 2016-08-15 |
* | Thread pools: memory barriers in task completion notifications. | Maxim Dounin | 2016-04-19 |
* | Thread pools: implemented graceful exiting of threads. | Valentin Bartenev | 2015-03-23 |
* | Thread pools: removed unused pointer to memory pool. | Valentin Bartenev | 2015-03-23 |
* | Thread pools: keep waiting tasks mutex in ngx_thread_pool_t. | Valentin Bartenev | 2015-03-23 |
* | Thread pools: replaced completed tasks queue mutex with spinlock. | Valentin Bartenev | 2015-03-23 |
* | Thread pools: silence warning on process exit. | Ruslan Ermilov | 2015-03-19 |
* | Thread pools: fixed the waiting tasks accounting. | Ruslan Ermilov | 2015-03-19 |
* | Thread pools: keep waiting tasks counter in ngx_thread_pool_t. | Ruslan Ermilov | 2015-03-19 |
* | Thread pools implementation. | Valentin Bartenev | 2015-03-14 |