Home
last modified time | relevance | path

Searched refs:apr_pool_cleanup_kill (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/
H A Dproc.c359 apr_pool_cleanup_kill(apr_file_pool_get(attr->child_in), in apr_proc_create()
364 apr_pool_cleanup_kill(apr_file_pool_get(attr->child_out), in apr_proc_create()
369 apr_pool_cleanup_kill(apr_file_pool_get(attr->child_err), in apr_proc_create()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/
H A Dproc.c411 apr_pool_cleanup_kill(apr_file_pool_get(attr->child_in), in apr_proc_create()
416 apr_pool_cleanup_kill(apr_file_pool_get(attr->child_out), in apr_proc_create()
421 apr_pool_cleanup_kill(apr_file_pool_get(attr->child_err), in apr_proc_create()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/win32/
H A Dshm.c254 apr_pool_cleanup_kill(m->pool, m, shm_cleanup); in apr_shm_destroy()
393 apr_pool_cleanup_kill(m->pool, m, shm_cleanup); in apr_shm_detach()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/netware/
H A Dthread_mutex.c85 apr_pool_cleanup_kill(mutex->pool, mutex, thread_mutex_cleanup); in apr_thread_mutex_destroy()
H A Dthread_rwlock.c95 apr_pool_cleanup_kill(rwlock->pool, rwlock, thread_rwlock_cleanup); in apr_thread_rwlock_destroy()
H A Dthread_cond.c93 apr_pool_cleanup_kill(cond->pool, cond, thread_cond_cleanup); in apr_thread_cond_destroy()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Dopen.c461 apr_pool_cleanup_kill(pool, *new, file_cleanup); in apr_file_open()
497 apr_pool_cleanup_kill(file->pool, file, file_cleanup); in apr_file_close()
H A Dfiledup.c220 apr_pool_cleanup_kill(old_file->pool, (void *)old_file, in apr_file_setaside()
H A Ddir.c108 apr_pool_cleanup_kill(dir->pool, dir, dir_cleanup); in apr_dir_close()
H A Dpipe.c465 apr_pool_cleanup_kill(file->pool, file, socket_pipe_cleanup); in apr_file_socket_pipe_close()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/beos/
H A Dthread_mutex.c140 apr_pool_cleanup_kill(mutex->pool, mutex, _thread_mutex_cleanup); in apr_thread_mutex_destroy()
H A Dproc_mutex.c116 apr_pool_cleanup_kill(mutex->pool, mutex, _proc_mutex_cleanup); in apr_proc_mutex_destroy()
H A Dthread_rwlock.c183 apr_pool_cleanup_kill(rwlock->pool, rwlock, _thread_rw_cleanup); in apr_thread_rwlock_destroy()
H A Dthread_cond.c179 apr_pool_cleanup_kill(cond->pool, cond, thread_cond_cleanup); in apr_thread_cond_destroy()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
H A Dfiledup.c121 apr_pool_cleanup_kill(old_file->pool, (void *)old_file, in apr_file_setaside()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Dfiledup.c175 apr_pool_cleanup_kill(old_file->pool, (void *)old_file, in apr_file_setaside()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/win32/
H A Dproc_mutex.c177 apr_pool_cleanup_kill(mutex->pool, mutex, proc_mutex_cleanup); in apr_proc_mutex_destroy()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/misc/unix/
H A Dotherchild.c99 apr_pool_cleanup_kill(cur->p, cur->data, other_child_cleanup); in apr_proc_other_child_unregister()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_pools.h663 APR_DECLARE(void) apr_pool_cleanup_kill(apr_pool_t *p, const void *data,
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/os2/
H A Dsockets.c132 apr_pool_cleanup_kill(thesocket->pool, thesocket, socket_cleanup); in apr_socket_close()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/win32/
H A Dsockets.c202 apr_pool_cleanup_kill(thesocket->pool, thesocket, socket_cleanup); in apr_socket_close()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/unix/
H A Dshm.c672 apr_pool_cleanup_kill(m->pool, m, shm_cleanup_attach); in apr_shm_detach()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/memory/unix/
H A Dapr_pools.c2252 APR_DECLARE(void) apr_pool_cleanup_kill(apr_pool_t *p, const void *data, in apr_pool_cleanup_kill() function
2342 apr_pool_cleanup_kill(p, data, cleanup_fn); in apr_pool_cleanup_run()