]> git.kaiwu.me - nginx.git/commit
Thread pools: silence warning on process exit.
authorRuslan Ermilov <ru@nginx.com>
Thu, 19 Mar 2015 20:20:18 +0000 (23:20 +0300)
committerRuslan Ermilov <ru@nginx.com>
Thu, 19 Mar 2015 20:20:18 +0000 (23:20 +0300)
commitc34368715f9e6639f11e9c1a70272668085d6886
treeb406a61fe8bcf5a6567d8e7506ee54856bd7245d
parentafe1fcffaae50a0b56555635c9b4debba0ee72df
Thread pools: silence warning on process exit.

Work around pthread_cond_destroy() and pthread_mutex_destroy() returning
EBUSY.  A proper solution would be to ensure all threads are terminated.
src/core/ngx_thread_pool.c