Searched defs:apr_thread_cond_t (Results 1 – 2 of 2) sorted by relevance
35 struct apr_thread_cond_t { struct36 apr_pool_t *pool;37 pthread_cond_t cond;
44 typedef struct apr_thread_cond_t apr_thread_cond_t; typedef