Home
last modified time | relevance | path

Searched refs:apr_shm_create (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestshm.c69 rv = apr_shm_create(&shm, SHARED_SIZE, NULL, p); in test_anon_create()
83 rv = apr_shm_create(&shm, SHARED_SIZE, NULL, p); in test_check_size()
99 rv = apr_shm_create(&shm, SHARED_SIZE, NULL, p); in test_shm_allocate()
120 rv = apr_shm_create(&shm, SHARED_SIZE, NULL, p); in test_anon()
174 rv = apr_shm_create(&shm, SHARED_SIZE, SHARED_FILENAME, p); in test_named()
238 rv = apr_shm_create(&shm, SHARED_SIZE, SHARED_FILENAME, p); in test_named_remove()
252 rv = apr_shm_create(&shm2, SHARED_SIZE, SHARED_FILENAME, p); in test_named_remove()
H A Dtestprocmutex.c162 rv = apr_shm_create(&shm, sizeof(int), NULL, p); in proc_mutex()
165 rv = apr_shm_create(&shm, sizeof(int), shmname, p); in proc_mutex()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/os2/
H A Dshm.c29 APR_DECLARE(apr_status_t) apr_shm_create(apr_shm_t **m, in apr_shm_create() function
65 return apr_shm_create(m, reqsize, filename, p); in apr_shm_create_ex()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/beos/
H A Dshm.c36 APR_DECLARE(apr_status_t) apr_shm_create(apr_shm_t **m, in apr_shm_create() function
80 return apr_shm_create(m, reqsize, filename, p); in apr_shm_create_ex()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_shm.h69 APR_DECLARE(apr_status_t) apr_shm_create(apr_shm_t **m,
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/unix/
H A Dshm.c143 APR_DECLARE(apr_status_t) apr_shm_create(apr_shm_t **m, in apr_shm_create() function
433 return apr_shm_create(m, reqsize, filename, p); in apr_shm_create_ex()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/win32/
H A Dshm.c243 APR_DECLARE(apr_status_t) apr_shm_create(apr_shm_t **m, in apr_shm_create() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/
H A DCHANGES127 unprivileged callers to use apr_shm_create() with named shared