Searched refs:thread_mutex_cleanup (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/netware/ |
H A D | thread_mutex.c | 24 static apr_status_t thread_mutex_cleanup(void *data) in thread_mutex_cleanup() function 56 (void*)thread_mutex_cleanup, in apr_thread_mutex_create() 84 if ((stat = thread_mutex_cleanup(mutex)) == APR_SUCCESS) { in apr_thread_mutex_destroy() 85 apr_pool_cleanup_kill(mutex->pool, mutex, thread_mutex_cleanup); in apr_thread_mutex_destroy()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/unix/ |
H A D | thread_mutex.c | 23 static apr_status_t thread_mutex_cleanup(void *data) in thread_mutex_cleanup() function 81 new_mutex, thread_mutex_cleanup, in apr_thread_mutex_create() 133 return apr_pool_cleanup_run(mutex->pool, mutex, thread_mutex_cleanup); in apr_thread_mutex_destroy()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/win32/ |
H A D | thread_mutex.c | 26 static apr_status_t thread_mutex_cleanup(void *data) in thread_mutex_cleanup() function 77 apr_pool_cleanup_register((*mutex)->pool, (*mutex), thread_mutex_cleanup, in apr_thread_mutex_create() 132 return apr_pool_cleanup_run(mutex->pool, mutex, thread_mutex_cleanup); in apr_thread_mutex_destroy()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/os2/ |
H A D | thread_mutex.c | 26 static apr_status_t thread_mutex_cleanup(void *themutex) in thread_mutex_cleanup() function 51 apr_pool_cleanup_register(pool, new_mutex, thread_mutex_cleanup, apr_pool_cleanup_null); in apr_thread_mutex_create()
|