Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.h21 struct fpm_child_s { struct
22 struct fpm_child_s *prev, *next; argument
28 void (*tracer)(struct fpm_child_s *); argument
29 struct timeval slow_logged;
30 int idle_kill;
31 pid_t pid;
32 int scoreboard_i;
33 struct zlog_stream *log_stream;

Completed in 4 milliseconds