Home
last modified time | relevance | path

Searched refs:PROC_STATE_KILLED (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_scgi.c76 PROC_STATE_KILLED, /* was killed as we don't have the load anymore */ enumerator
3047 proc->state = PROC_STATE_KILLED; in TRIGGER_FUNC()
3089 if (proc->state != PROC_STATE_KILLED) { in TRIGGER_FUNC()
H A Dmod_fastcgi.c97 PROC_STATE_KILLED /* was killed as we don't have the load anymore */ enumerator
2725 case PROC_STATE_KILLED: in fcgi_restart_dead_procs()
3796 if (proc->state != PROC_STATE_KILLED) { in TRIGGER_FUNC()