summaryrefslogtreecommitdiff
path: root/misc/apr_thread_pool.c
Commit message (Expand)AuthorAgeFilesLines
* * misc/apr_thread_pool.cpquerna2008-10-301-12/+15
* * The idle thread timeout statistic was being incremented each time anwrowe2008-05-071-25/+144
* Simple size_t > int correctionwrowe2007-10-231-1/+1
* Public APR-UTIL functions are declared with APU_DECLARE(), not APR_DECLARE().davi2007-07-221-30/+30
* Fix bug #42294bojan2007-05-111-1/+3
* * misc/apr_thread_pool.c (apr_thread_pool_task_owner_get): Fix gccjorton2007-04-231-2/+4
* Fix the assert, which should only for preventing task from owner itselfwrowe2007-04-171-4/+25
* Add apr_thread_pool implementation.wrowe2007-01-041-0/+817