Home
last modified time | relevance | path

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

/php-src/ext/sysvmsg/
H A Dsysvmsg.stub.php45 function msg_send(SysvMessageQueue $queue, int $message_type, $message, bool $serialize = true, boo…
52 SysvMessageQueue $queue,
62 function msg_remove_queue(SysvMessageQueue $queue): bool {}
64 function msg_stat_queue(SysvMessageQueue $queue): array|false {}
66 function msg_set_queue(SysvMessageQueue $queue, array $data): bool {}
H A Dsysvmsg.c130 zval *queue, *data; in PHP_FUNCTION() local
168 zval *queue; in PHP_FUNCTION() local
245 zval *queue; in PHP_FUNCTION() local
265 zval *out_message, *queue, *out_msgtype, *zerrcode = NULL; in PHP_FUNCTION() local
348 zval *message, *queue, *zerror=NULL; in PHP_FUNCTION() local
/php-src/sapi/fpm/fpm/
H A Dfpm_events.c144 static struct fpm_event_s *fpm_event_queue_isset(struct fpm_event_queue_s *queue, struct fpm_event_… in fpm_event_queue_isset()
161 static int fpm_event_queue_add(struct fpm_event_queue_s **queue, struct fpm_event_s *ev) /* {{{ */ in fpm_event_queue_add()
196 static int fpm_event_queue_del(struct fpm_event_queue_s **queue, struct fpm_event_s *ev) /* {{{ */ in fpm_event_queue_del()
232 static void fpm_event_queue_destroy(struct fpm_event_queue_s **queue) /* {{{ */ in fpm_event_queue_destroy()
/php-src/Zend/
H A Dzend_signal.c87 zend_signal_queue_t *queue, *qtmp; in zend_signal_handler_defer() local
157 zend_signal_queue_t *queue; in zend_signal_handler_unblock() local
382 zend_signal_queue_t *queue = &zend_signal_globals->pstorage[x]; in zend_signal_globals_ctor() local
/php-src/sapi/fpm/fpm/events/
H A Dselect.c81 static int fpm_event_select_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_select_wait()
H A Depoll.c114 static int fpm_event_epoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ … in fpm_event_epoll_wait()
H A Dport.c112 static int fpm_event_port_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */ in fpm_event_port_wait()
H A Dpoll.c126 static int fpm_event_poll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */ in fpm_event_poll_wait()
H A Dkqueue.c113 static int fpm_event_kqueue_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_kqueue_wait()
/php-src/ext/pcntl/
H A Dpcntl.c1318 struct php_pcntl_pending_signal *queue, *next; in pcntl_signal_dispatch() local
/php-src/ext/opcache/jit/ir/
H A Dir_ra.c593 ir_bitqueue queue; in ir_compute_live_ranges() local

Completed in 128 milliseconds