Home
last modified time | relevance | path

Searched refs:prefork (Results 1 – 6 of 6) sorted by path

/unit/
H A DCHANGES1049 *) Feature: the "processes" application option with prefork and dynamic
/unit/src/
H A Dnxt_application.c132 .prefork = NULL,
143 .prefork = nxt_isolation_main_prefork,
156 .prefork = NULL,
H A Dnxt_controller.c165 .prefork = nxt_controller_prefork,
H A Dnxt_process.c209 if (init->prefork) { in nxt_process_start()
210 ret = init->prefork(task, process, tmp_mp); in nxt_process_start()
H A Dnxt_process.h146 nxt_process_prefork_t prefork; member
H A Dnxt_router.c309 .prefork = nxt_router_prefork,