Searched refs:_thread_mutex_cleanup (Results 1 – 1 of 1) sorted by relevance
25 static apr_status_t _thread_mutex_cleanup(void * data) in _thread_mutex_cleanup() function55 _thread_mutex_cleanup(new_m); in apr_thread_mutex_create()67 apr_pool_cleanup_register(new_m->pool, (void *)new_m, _thread_mutex_cleanup, in apr_thread_mutex_create()139 if ((stat = _thread_mutex_cleanup(mutex)) == APR_SUCCESS) { in apr_thread_mutex_destroy()140 apr_pool_cleanup_kill(mutex->pool, mutex, _thread_mutex_cleanup); in apr_thread_mutex_destroy()