Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ ap_queue_term
Function
ap_queue_term
server/mpm_fdqueue.c:529–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
527
}
528
529
apr_status_t ap_queue_term(fd_queue_t *queue)
530
{
531
return queue_interrupt(queue, 1, 1);
532
}
533
534
#endif /* APR_HAS_THREADS */
Callers
3
mpm_fdqueue.h
File · 0.85
listener_thread
Function · 0.85
listener_thread
Function · 0.85
Calls
1
queue_interrupt
Function · 0.85
Tested by
no test coverage detected