Home
last modified time | relevance | path

Searched refs:apr_proc_mutex_child_init (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_proc_mutex.h95 APR_DECLARE(apr_status_t) apr_proc_mutex_child_init(apr_proc_mutex_t **mutex,
H A Dapr_global_mutex.h152 #define apr_global_mutex_child_init apr_proc_mutex_child_init
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/netware/
H A Dproc_mutex.c45 APR_DECLARE(apr_status_t) apr_proc_mutex_child_init(apr_proc_mutex_t **mutex, in apr_proc_mutex_child_init() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/beos/
H A Dproc_mutex.c74 APR_DECLARE(apr_status_t) apr_proc_mutex_child_init(apr_proc_mutex_t **mutex, in apr_proc_mutex_child_init() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/unix/
H A Dglobal_mutex.c88 rv = apr_proc_mutex_child_init(&((*mutex)->proc_mutex), fname, pool); in apr_global_mutex_child_init()
H A Dproc_mutex.c911 APR_DECLARE(apr_status_t) apr_proc_mutex_child_init(apr_proc_mutex_t **mutex, function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/win32/
H A Dproc_mutex.c83 APR_DECLARE(apr_status_t) apr_proc_mutex_child_init(apr_proc_mutex_t **mutex, in apr_proc_mutex_child_init() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/os2/
H A Dproc_mutex.c105 APR_DECLARE(apr_status_t) apr_proc_mutex_child_init(apr_proc_mutex_t **mutex, in apr_proc_mutex_child_init() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestprocmutex.c67 if (apr_proc_mutex_child_init(&proc_lock, NULL, p)) in make_child()