Home
last modified time | relevance | path

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

/PHP-7.3/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);
41 static int fpm_event_queue_del(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;
156 struct fpm_event_queue_s *elt; in fpm_event_queue_add()
166 if (!(elt = malloc(sizeof(struct fpm_event_queue_s)))) { in fpm_event_queue_add()
191 struct fpm_event_queue_s *q; in fpm_event_queue_del()
225 static void fpm_event_queue_destroy(struct fpm_event_queue_s **queue) /* {{{ */ in fpm_event_queue_destroy()
227 struct fpm_event_queue_s *q, *tmp; in fpm_event_queue_destroy()
[all …]
/PHP-7.3/sapi/fpm/fpm/events/
H A Dselect.c37 static int fpm_event_select_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
84 static int fpm_event_select_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_select_wait()
87 struct fpm_event_queue_s *q; in fpm_event_select_wait()
H A Ddevpoll.c35 static int fpm_event_devpoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
146 static int fpm_event_devpoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{… in fpm_event_devpoll_wait()
149 struct fpm_event_queue_s *q; in fpm_event_devpoll_wait()
H A Dpoll.c32 static int fpm_event_poll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
131 static int fpm_event_poll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */ in fpm_event_poll_wait()
134 struct fpm_event_queue_s *q; in fpm_event_poll_wait()
H A Dport.c32 static int fpm_event_port_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
115 static int fpm_event_port_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */ in fpm_event_port_wait()
H A Dkqueue.c34 static int fpm_event_kqueue_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
117 static int fpm_event_kqueue_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_kqueue_wait()
H A Depoll.c31 static int fpm_event_epoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
118 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