Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
524
apr_status_t ap_queue_interrupt_one(fd_queue_t *queue)
525
{
526
return queue_interrupt(queue, 0, 0);
527
}
528
529
apr_status_t ap_queue_term(fd_queue_t *queue)
530
{
Callers
2
mpm_fdqueue.h
File · 0.85
decrement_connection_count
Function · 0.85
Calls
1
queue_interrupt
Function · 0.85
Tested by
no test coverage detected