php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <fpm_children.h>
Data Fields | |
struct fpm_child_s * | prev |
struct fpm_child_s * | next |
struct timeval | started |
struct fpm_worker_pool_s * | wp |
struct fpm_event_s ev_stdout ev_stderr | ev_free |
int | shm_slot_i |
int | fd_stdout |
int | fd_stderr |
void(* | tracer )(struct fpm_child_s *) |
struct timeval | slow_logged |
bool | idle_kill |
bool | postponed_free |
pid_t | pid |
int | scoreboard_i |
struct zlog_stream * | log_stream |
Definition at line 22 of file fpm_children.h.
struct fpm_event_s ev_stdout ev_stderr fpm_child_s::ev_free |
Definition at line 26 of file fpm_children.h.
int fpm_child_s::fd_stderr |
Definition at line 28 of file fpm_children.h.
int fpm_child_s::fd_stdout |
Definition at line 28 of file fpm_children.h.
bool fpm_child_s::idle_kill |
Definition at line 31 of file fpm_children.h.
struct zlog_stream* fpm_child_s::log_stream |
Definition at line 35 of file fpm_children.h.
struct fpm_child_s * fpm_child_s::next |
Definition at line 23 of file fpm_children.h.
pid_t fpm_child_s::pid |
Definition at line 33 of file fpm_children.h.
bool fpm_child_s::postponed_free |
Definition at line 32 of file fpm_children.h.
struct fpm_child_s* fpm_child_s::prev |
Definition at line 23 of file fpm_children.h.
int fpm_child_s::scoreboard_i |
Definition at line 34 of file fpm_children.h.
int fpm_child_s::shm_slot_i |
Definition at line 27 of file fpm_children.h.
struct timeval fpm_child_s::slow_logged |
Definition at line 30 of file fpm_children.h.
struct timeval fpm_child_s::started |
Definition at line 24 of file fpm_children.h.
void(* fpm_child_s::tracer) (struct fpm_child_s *) |
Definition at line 29 of file fpm_children.h.
struct fpm_worker_pool_s* fpm_child_s::wp |
Definition at line 25 of file fpm_children.h.