MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ngx_execute

Function ngx_execute

app/nginx-1.28.0/src/os/unix/ngx_process.c:261–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259
260
261ngx_pid_t
262ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx)
263{
264 return ngx_spawn_process(cycle, ngx_execute_proc, ctx, ctx->name,
265 NGX_PROCESS_DETACHED);
266}
267
268
269static void

Callers 1

ngx_exec_new_binaryFunction · 0.50

Calls 1

ngx_spawn_processFunction · 0.70

Tested by

no test coverage detected