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

Function push_timer2worker

server/mpm/event/event.c:1362–1365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1360
1361
1362static apr_status_t push_timer2worker(timer_event_t* te)
1363{
1364 return ap_queue_push_timer(worker_queue, te);
1365}
1366
1367/*
1368 * Pre-condition: cs is neither in event_pollset nor a timeout queue

Callers 1

listener_threadFunction · 0.85

Calls 1

ap_queue_push_timerFunction · 0.85

Tested by

no test coverage detected