Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/apr/include/arch/unix/
HDapr_arch_thread_cond.h35 struct apr_thread_cond_t { struct
36 apr_pool_t *pool;
37 pthread_cond_t cond;
/freebsd-13-stable/contrib/apr/include/
HDapr_thread_cond.h44 typedef struct apr_thread_cond_t apr_thread_cond_t; typedef