Lines Matching defs:pool
21 apr_pool_t *pool;
48 apr_pool_destroy(first_pool->pool);
56 apr_pool_t *pool, int max_idlers)
61 qi = apr_pcalloc(pool, sizeof(*qi));
64 pool);
68 rv = apr_thread_cond_create(&qi->wait_for_idler, pool);
74 apr_pool_cleanup_register(pool, qi, queue_info_cleanup,
87 /* If we have been given a pool to recycle, atomically link
94 new_recycle->pool = pool_to_recycle;
188 /* Atomically pop a pool from the recycled list */
204 *recycled_pool = first_pool->pool;
243 * fd_queue_t when its pool is destroyed.