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

Function ap_queue_interrupt_one

server/mpm_fdqueue.c:524–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524apr_status_t ap_queue_interrupt_one(fd_queue_t *queue)
525{
526 return queue_interrupt(queue, 0, 0);
527}
528
529apr_status_t ap_queue_term(fd_queue_t *queue)
530{

Callers 2

mpm_fdqueue.hFile · 0.85

Calls 1

queue_interruptFunction · 0.85

Tested by

no test coverage detected