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

Function ap_get_scoreboard_process

server/scoreboard.c:718–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716}
717
718AP_DECLARE(process_score *) ap_get_scoreboard_process(int x)
719{
720 if ((x < 0) || (x >= server_limit)) {
721 return(NULL); /* Out of range */
722 }
723 return &ap_scoreboard_image->parent[x];
724}
725
726AP_DECLARE(global_score *) ap_get_scoreboard_global(void)
727{

Callers 10

status_handlerFunction · 0.85
hb_monitorFunction · 0.85
ap_get_sloadFunction · 0.85
prefork_runFunction · 0.85
server_main_loopFunction · 0.85
listener_threadFunction · 0.85
server_main_loopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected