Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_events.h30 struct fpm_event_module_s { struct
31 const char *name;
32 int support_edge_trigger;
33 int (*init)(int max_fd);
34 int (*clean)(void);
35 int (*wait)(struct fpm_event_queue_s *queue, unsigned long int timeout);
36 int (*add)(struct fpm_event_s *ev);
37 int (*remove)(struct fpm_event_s *ev);

Completed in 5 milliseconds