Home
last modified time | relevance | path

Searched defs:fpm_child_s (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_children.h22 struct fpm_child_s { struct
23 struct fpm_child_s *prev, *next; argument
29 void (*tracer)(struct fpm_child_s *); argument
30 struct timeval slow_logged;
31 bool idle_kill;
32 bool postponed_free;
33 pid_t pid;
34 int scoreboard_i;
35 struct zlog_stream *log_stream;

Completed in 5 milliseconds