Home
last modified time | relevance | path

Searched defs:apr_thread_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr/include/arch/unix/
HDapr_arch_threadproc.h56 struct apr_thread_t { struct
57 apr_pool_t *pool;
58 pthread_t *td;
59 void *data;
60 apr_thread_start_t func;
61 apr_status_t exitval;
/freebsd-11-stable/contrib/apr/include/
HDapr_thread_proc.h178 typedef struct apr_thread_t apr_thread_t; typedef