Home
last modified time | relevance | path

Searched refs:apr_thread_mutex_destroy (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestcond.c89 rv = apr_thread_mutex_destroy(mutex); in lost_signal()
175 rv = apr_thread_mutex_destroy(mutex[i]); in dynamic_binding()
257 rv = apr_thread_mutex_destroy(mutex); in broadcast_threads()
498 rv = apr_thread_mutex_destroy(mutex); in pipe_producer_consumer()
636 rv = apr_thread_mutex_destroy(mutex); in ping_pong()
H A Dtestatomic.c308 rv = apr_thread_mutex_destroy(thread_lock); in test_atomics_threaded()
500 rv = apr_thread_mutex_destroy(thread_lock); in test_atomics_busyloop_threaded()
H A Dtestmutexscope.c176 apr_thread_mutex_destroy(thread_mutex); in test_mech_mode()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/os2/
H A Dthread_mutex.c29 return apr_thread_mutex_destroy(mutex); in thread_mutex_cleanup()
82 APR_DECLARE(apr_status_t) apr_thread_mutex_destroy(apr_thread_mutex_t *mutex) in apr_thread_mutex_destroy() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/unix/
H A Dglobal_mutex.c34 (void)apr_thread_mutex_destroy(m->thread_mutex); in global_mutex_cleanup()
37 rv = apr_thread_mutex_destroy(m->thread_mutex); in global_mutex_cleanup()
H A Dthread_mutex.c131 APR_DECLARE(apr_status_t) apr_thread_mutex_destroy(apr_thread_mutex_t *mutex) in apr_thread_mutex_destroy() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_thread_mutex.h94 APR_DECLARE(apr_status_t) apr_thread_mutex_destroy(apr_thread_mutex_t *mutex);
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/netware/
H A Dthread_mutex.c81 APR_DECLARE(apr_status_t) apr_thread_mutex_destroy(apr_thread_mutex_t *mutex) in apr_thread_mutex_destroy() function
H A Dproc_mutex.c81 return apr_thread_mutex_destroy(mutex->mutex); in apr_proc_mutex_destroy()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/win32/
H A Dthread_mutex.c130 APR_DECLARE(apr_status_t) apr_thread_mutex_destroy(apr_thread_mutex_t *mutex) in apr_thread_mutex_destroy() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/beos/
H A Dthread_mutex.c136 APR_DECLARE(apr_status_t) apr_thread_mutex_destroy(apr_thread_mutex_t *mutex) in apr_thread_mutex_destroy() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
H A Dfiledup.c106 apr_thread_mutex_destroy(old_file->mutex); in apr_file_setaside()
H A Dopen.c147 apr_thread_mutex_destroy(file->mutex); in apr_file_close()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Dfiledup.c159 apr_thread_mutex_destroy(old_file->thlock); in apr_file_setaside()
H A Dopen.c46 rv = apr_thread_mutex_destroy(file->thlock); in file_cleanup()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Dfiledup.c208 apr_thread_mutex_destroy(old_file->mutex); in apr_file_setaside()
H A Dpipe.c468 apr_thread_mutex_destroy(file->mutex); in apr_file_socket_pipe_close()
H A Dopen.c500 apr_thread_mutex_destroy(file->mutex); in apr_file_close()
/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/
H A Dssl.c736 rv = apr_thread_mutex_destroy(l->mutex); in ssl_dyn_destroy_function()