Searched refs:apr_thread_data_set (Results 1 – 3 of 3) sorted by relevance
272 APR_DECLARE(apr_status_t) apr_thread_data_set(void *data, const char *key, function
336 APR_DECLARE(apr_status_t) apr_thread_data_set(void *data, const char *key,
265 apr_thread_data_set(task, "apr_thread_pool_task", NULL, t); in thread_pool_func()