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 D | testshm.c | 69 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 D | testprocmutex.c | 162 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 D | shm.c | 29 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 D | shm.c | 36 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 D | apr_shm.h | 69 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 D | shm.c | 143 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 D | shm.c | 243 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 D | CHANGES | 127 unprivileged callers to use apr_shm_create() with named shared
|