/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/ |
H A D | proc.c | 359 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 D | proc.c | 411 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 D | shm.c | 254 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 D | thread_mutex.c | 85 apr_pool_cleanup_kill(mutex->pool, mutex, thread_mutex_cleanup); in apr_thread_mutex_destroy()
|
H A D | thread_rwlock.c | 95 apr_pool_cleanup_kill(rwlock->pool, rwlock, thread_rwlock_cleanup); in apr_thread_rwlock_destroy()
|
H A D | thread_cond.c | 93 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 D | open.c | 461 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 D | filedup.c | 220 apr_pool_cleanup_kill(old_file->pool, (void *)old_file, in apr_file_setaside()
|
H A D | dir.c | 108 apr_pool_cleanup_kill(dir->pool, dir, dir_cleanup); in apr_dir_close()
|
H A D | pipe.c | 465 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 D | thread_mutex.c | 140 apr_pool_cleanup_kill(mutex->pool, mutex, _thread_mutex_cleanup); in apr_thread_mutex_destroy()
|
H A D | proc_mutex.c | 116 apr_pool_cleanup_kill(mutex->pool, mutex, _proc_mutex_cleanup); in apr_proc_mutex_destroy()
|
H A D | thread_rwlock.c | 183 apr_pool_cleanup_kill(rwlock->pool, rwlock, _thread_rw_cleanup); in apr_thread_rwlock_destroy()
|
H A D | thread_cond.c | 179 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 D | filedup.c | 121 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 D | filedup.c | 175 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 D | proc_mutex.c | 177 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 D | otherchild.c | 99 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 D | apr_pools.h | 663 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 D | sockets.c | 132 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 D | sockets.c | 202 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 D | shm.c | 672 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 D | apr_pools.c | 2252 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()
|