Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_events.c46 static struct fpm_event_queue_s *fpm_event_queue_fd = NULL; variable
52 fpm_event_queue_destroy(&fpm_event_queue_fd); in fpm_event_cleanup()
181 if (*queue == fpm_event_queue_fd && module->add) { in fpm_event_queue_add()
212 if (*queue == fpm_event_queue_fd && module->remove) { in fpm_event_queue_del()
233 if (*queue == fpm_event_queue_fd && module->clean) { in fpm_event_queue_destroy()
422 ret = module->wait(fpm_event_queue_fd, timeout); in fpm_event_loop()
514 if (fpm_event_queue_add(&fpm_event_queue_fd, ev) != 0) { in fpm_event_add()
544 if (ev->index >= 0 && fpm_event_queue_del(&fpm_event_queue_fd, ev) != 0) { in fpm_event_del()

Completed in 6 milliseconds