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