Searched refs:apr_proc_mutex_cleanup (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/unix/ |
H A D | proc_mutex.c | 25 return apr_pool_cleanup_run(mutex->pool, mutex, apr_proc_mutex_cleanup); in apr_proc_mutex_destroy() 140 apr_proc_mutex_cleanup, in proc_mutex_posix_create() 258 (void *)new_mutex, apr_proc_mutex_cleanup, in proc_mutex_sysv_create() 438 apr_proc_mutex_cleanup, in proc_mutex_proc_pthread_create() 583 apr_proc_mutex_cleanup, in proc_mutex_fcntl_create() 701 apr_proc_mutex_cleanup, 933 APR_DECLARE(apr_status_t) apr_proc_mutex_cleanup(void *mutex) function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/os2/ |
H A D | proc_mutex.c | 52 APR_DECLARE(apr_status_t) apr_proc_mutex_cleanup(void *vmutex) in apr_proc_mutex_cleanup() function 97 apr_pool_cleanup_register(pool, new, apr_proc_mutex_cleanup, apr_pool_cleanup_null); in apr_proc_mutex_create() 123 apr_pool_cleanup_register(pool, new, apr_proc_mutex_cleanup, apr_pool_cleanup_null); in apr_proc_mutex_child_init()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_proc_mutex.h | 133 APR_DECLARE(apr_status_t) apr_proc_mutex_cleanup(void *mutex);
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/netware/ |
H A D | proc_mutex.c | 73 APR_DECLARE(apr_status_t) apr_proc_mutex_cleanup(void *mutex) in apr_proc_mutex_cleanup() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/beos/ |
H A D | proc_mutex.c | 122 APR_DECLARE(apr_status_t) apr_proc_mutex_cleanup(void *mutex) in apr_proc_mutex_cleanup() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/win32/ |
H A D | proc_mutex.c | 182 APR_DECLARE(apr_status_t) apr_proc_mutex_cleanup(void *mutex) in apr_proc_mutex_cleanup() function
|