Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
261
ngx_pid_t
262
ngx_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
269
static void
Callers
1
ngx_exec_new_binary
Function · 0.50
Calls
1
ngx_spawn_process
Function · 0.70
Tested by
no test coverage detected