Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/apr/include/arch/unix/
Dapr_arch_threadproc.h55 struct apr_thread_t { struct
56 apr_pool_t *pool;
57 pthread_t *td;
58 void *data;
59 apr_thread_start_t func;
60 apr_status_t exitval;
/freebsd-10-stable/contrib/apr/include/
Dapr_thread_proc.h177 typedef struct apr_thread_t apr_thread_t; typedef