Home
last modified time | relevance | path

Searched refs:ngx_execute (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process.h66 ngx_pid_t ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx);
H A Dngx_process.c262 ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx) in ngx_execute() function
/f-stack/app/nginx-1.16.1/src/core/
H A Dnginx.c741 pid = ngx_execute(cycle, &ctx); in ngx_exec_new_binary()