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 D | apr_proc_mutex.h | 95 APR_DECLARE(apr_status_t) apr_proc_mutex_child_init(apr_proc_mutex_t **mutex,
|
H A D | apr_global_mutex.h | 152 #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 D | proc_mutex.c | 45 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 D | proc_mutex.c | 74 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 D | global_mutex.c | 88 rv = apr_proc_mutex_child_init(&((*mutex)->proc_mutex), fname, pool); in apr_global_mutex_child_init()
|
H A D | proc_mutex.c | 911 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 D | proc_mutex.c | 83 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 D | proc_mutex.c | 105 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 D | testprocmutex.c | 67 if (apr_proc_mutex_child_init(&proc_lock, NULL, p)) in make_child()
|