Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
519
apr_status_t ap_queue_interrupt_all(fd_queue_t *queue)
520
{
521
return queue_interrupt(queue, 1, 0);
522
}
523
524
apr_status_t ap_queue_interrupt_one(fd_queue_t *queue)
525
{
Callers
4
mpm_fdqueue.h
File · 0.85
signal_threads
Function · 0.85
signal_threads
Function · 0.85
close_listeners
Function · 0.85
Calls
1
queue_interrupt
Function · 0.85
Tested by
no test coverage detected