Searched refs:shm_cleanup_attach (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/apr/shmem/unix/
H A Dshm.c500 static apr_status_t shm_cleanup_attach(void *m_) function
604 apr_pool_cleanup_register(new_m->pool, new_m, shm_cleanup_attach,
650 apr_pool_cleanup_register(new_m->pool, new_m, shm_cleanup_attach,
671 apr_status_t rv = shm_cleanup_attach(m);
672 apr_pool_cleanup_kill(m->pool, m, shm_cleanup_attach);

Completed in 100 milliseconds