MCPcopy 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
529apr_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.hFile · 0.85
listener_threadFunction · 0.85
listener_threadFunction · 0.85

Calls 1

queue_interruptFunction · 0.85

Tested by

no test coverage detected