Searched defs:apr_thread_t (Results 1 – 2 of 2) sorted by relevance
56 struct apr_thread_t { struct57 apr_pool_t *pool;58 pthread_t *td;59 void *data;60 apr_thread_start_t func;61 apr_status_t exitval;
178 typedef struct apr_thread_t apr_thread_t; typedef