Searched defs:apr_thread_mutex_t (Results 1 – 2 of 2) sorted by relevance
33 struct apr_thread_mutex_t { struct34 apr_pool_t *pool;35 pthread_mutex_t mutex;36 apr_thread_cond_t *cond;37 int locked, num_waiters;
41 typedef struct apr_thread_mutex_t apr_thread_mutex_t; typedef