Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_events.h26 typedef struct fpm_event_queue_s { struct
27 struct fpm_event_queue_s *prev; argument
28 struct fpm_event_queue_s *next; argument
37 int (*wait)(struct fpm_event_queue_s *queue, unsigned long int timeout); argument
H A Dfpm_events.c41 static int fpm_event_queue_add(struct fpm_event_queue_s **queue, struct fpm_event_s *ev);
42 static int fpm_event_queue_del(struct fpm_event_queue_s **queue, struct fpm_event_s *ev);
43 static void fpm_event_queue_destroy(struct fpm_event_queue_s **queue);
46 static struct fpm_event_queue_s *fpm_event_queue_timer = NULL;
47 static struct fpm_event_queue_s *fpm_event_queue_fd = NULL;
145 struct fpm_event_queue_s *elt; in fpm_event_queue_add()
155 if (!(elt = malloc(sizeof(struct fpm_event_queue_s)))) { in fpm_event_queue_add()
180 struct fpm_event_queue_s *q; in fpm_event_queue_del()
214 static void fpm_event_queue_destroy(struct fpm_event_queue_s **queue) /* {{{ */ in fpm_event_queue_destroy()
216 struct fpm_event_queue_s *q, *tmp; in fpm_event_queue_destroy()
[all …]
/PHP-5.5/sapi/fpm/fpm/events/
H A Dselect.c39 static int fpm_event_select_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
86 static int fpm_event_select_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_select_wait()
89 struct fpm_event_queue_s *q; in fpm_event_select_wait()
H A Ddevpoll.c37 static int fpm_event_devpoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
148 static int fpm_event_devpoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{… in fpm_event_devpoll_wait()
151 struct fpm_event_queue_s *q; in fpm_event_devpoll_wait()
H A Dpoll.c34 static int fpm_event_poll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
133 static int fpm_event_poll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */ in fpm_event_poll_wait()
136 struct fpm_event_queue_s *q; in fpm_event_poll_wait()
H A Dport.c34 static int fpm_event_port_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
117 static int fpm_event_port_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */ in fpm_event_port_wait()
H A Dkqueue.c36 static int fpm_event_kqueue_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
119 static int fpm_event_kqueue_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_kqueue_wait()
H A Depoll.c33 static int fpm_event_epoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout);
120 static int fpm_event_epoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ … in fpm_event_epoll_wait()

Completed in 21 milliseconds