Home
last modified time | relevance | path

Searched refs:apr_global_mutex_destroy (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_global_mutex.h121 APR_DECLARE(apr_status_t) apr_global_mutex_destroy(apr_global_mutex_t *mutex);
156 #define apr_global_mutex_destroy apr_proc_mutex_destroy
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/unix/
H A Dglobal_mutex.c173 APR_DECLARE(apr_status_t) apr_global_mutex_destroy(apr_global_mutex_t *mutex) in apr_global_mutex_destroy() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestmutexscope.c68 assert(apr_global_mutex_destroy(global_mutex) == APR_SUCCESS); in lock_destroy()