fpm_event_add     449 sapi/fpm/fpm/fpm_children.c 		fpm_event_add(wp->ondemand_event, 0);
fpm_event_add     356 sapi/fpm/fpm/fpm_events.c 	fpm_event_add(&signal_fd_event, 0);
fpm_event_add      46 sapi/fpm/fpm/fpm_events.h int fpm_event_add(struct fpm_event_s *ev, unsigned long int timeout);
fpm_event_add      63 sapi/fpm/fpm/fpm_process_ctl.c 	fpm_event_add(&pctl_event, sec * 1000);
fpm_event_add     462 sapi/fpm/fpm/fpm_process_ctl.c 	fpm_event_add(&heartbeat, fpm_globals.heartbeat);
fpm_event_add     492 sapi/fpm/fpm/fpm_process_ctl.c 	fpm_event_add(&heartbeat, FPM_IDLE_SERVER_MAINTENANCE_HEARTBEAT);
fpm_event_add     226 sapi/fpm/fpm/fpm_stdio.c 	fpm_event_add(&child->ev_stdout, 0);
fpm_event_add     229 sapi/fpm/fpm/fpm_stdio.c 	fpm_event_add(&child->ev_stderr, 0);
fpm_event_add      74 sapi/fpm/fpm/fpm_systemd.c 		fpm_event_add(&heartbeat, fpm_global_config.systemd_interval);