MCPcopy Create free account
hub / github.com/apache/httpd / ap_queue_interrupt_all

Function ap_queue_interrupt_all

server/mpm_fdqueue.c:519–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519apr_status_t ap_queue_interrupt_all(fd_queue_t *queue)
520{
521 return queue_interrupt(queue, 1, 0);
522}
523
524apr_status_t ap_queue_interrupt_one(fd_queue_t *queue)
525{

Callers 4

mpm_fdqueue.hFile · 0.85
signal_threadsFunction · 0.85
signal_threadsFunction · 0.85
close_listenersFunction · 0.85

Calls 1

queue_interruptFunction · 0.85

Tested by

no test coverage detected