Home
last modified time | relevance | path

Searched refs:master_cleanup (Results 1 – 4 of 4) sorted by relevance

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dmaster_utils.c99 if (uwsgi.gp[j]->master_cleanup) { in uwsgi_master_cleanup_hooks()
100 uwsgi.gp[j]->master_cleanup(); in uwsgi_master_cleanup_hooks()
105 if (uwsgi.p[j]->master_cleanup) { in uwsgi_master_cleanup_hooks()
106 uwsgi.p[j]->master_cleanup(); in uwsgi_master_cleanup_hooks()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/carbon/
H A Dcarbon.c426 .master_cleanup = carbon_cleanup,
/dports/www/uwsgi/uwsgi-2.0.20/plugins/rack/
H A Drack_plugin.c1345 .master_cleanup = uwsgi_ruby_cleanup,
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h1073 void (*master_cleanup) (void); member