Home
last modified time | relevance | path

Searched refs:fpm_event_queue_s (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_events.h24 typedef struct fpm_event_queue_s { struct
25 struct fpm_event_queue_s *prev; argument
26 struct fpm_event_queue_s *next; argument
35 int (*wait)(struct fpm_event_queue_s *queue, unsigned long int timeout); argument
H A Dfpm_events.c40 static int fpm_event_queue_add(struct fpm_event_queue_s **queue, struct fpm_event_s *ev);
42 static void fpm_event_queue_destroy(struct fpm_event_queue_s **queue);
45 static struct fpm_event_queue_s *fpm_event_queue_timer = NULL;
46 static struct fpm_event_queue_s *fpm_event_queue_fd = NULL;
164 struct fpm_event_queue_s *elt; in fpm_event_queue_add()
174 if (!(elt = malloc(sizeof(struct fpm_event_queue_s)))) { in fpm_event_queue_add()
199 struct fpm_event_queue_s *q; in fpm_event_queue_del()
233 static void fpm_event_queue_destroy(struct fpm_event_queue_s **queue) /* {{{ */ in fpm_event_queue_destroy()
235 struct fpm_event_queue_s *q, *tmp; in fpm_event_queue_destroy()
391 struct fpm_event_queue_s *q, *q2; in fpm_event_loop()
[all …]
/PHP-8.2/sapi/fpm/fpm/events/
H A Dselect.c35 static int fpm_event_select_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
81 static int fpm_event_select_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_select_wait()
84 struct fpm_event_queue_s *q; in fpm_event_select_wait()
H A Ddevpoll.c33 static int fpm_event_devpoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
142 static int fpm_event_devpoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{… in fpm_event_devpoll_wait()
145 struct fpm_event_queue_s *q; in fpm_event_devpoll_wait()
H A Dpoll.c30 static int fpm_event_poll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
126 static int fpm_event_poll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */ in fpm_event_poll_wait()
129 struct fpm_event_queue_s *q; in fpm_event_poll_wait()
H A Dport.c30 static int fpm_event_port_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
112 static int fpm_event_port_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */ in fpm_event_port_wait()
H A Dkqueue.c32 static int fpm_event_kqueue_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
115 static int fpm_event_kqueue_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_kqueue_wait()
H A Depoll.c29 static int fpm_event_epoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
114 static int fpm_event_epoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ … in fpm_event_epoll_wait()

Completed in 14 milliseconds