Searched refs:ap_update_child_status_from_indexes (Results 1 - 10 of 10) sorted by relevance

/httpd/include/
H A Dscoreboard.h181 AP_DECLARE(int) ap_update_child_status_from_indexes(int child_num, int thread_num,
/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2_child.c379 ap_update_child_status_from_indexes(child_slot, thread_slot, SERVER_READY,
401 ap_update_child_status_from_indexes(child_slot, thread_slot,
405 ap_update_child_status_from_indexes(child_slot, thread_slot, SERVER_DEAD,
/httpd/server/mpm/netware/
H A Dmpm_netware.c188 ap_update_child_status_from_indexes(0, worker_num, WORKER_DEAD,
389 ap_update_child_status_from_indexes(0, my_worker_num, WORKER_READY,
550 ap_update_child_status_from_indexes(0, slot, WORKER_STARTING,
568 ap_update_child_status_from_indexes(0, slot, WORKER_DEAD,
672 ap_update_child_status_from_indexes(0, last_non_dead, WORKER_IDLE_KILL,
/httpd/server/mpm/winnt/
H A Dchild.c828 ap_update_child_status_from_indexes(0, thread_num, SERVER_READY, NULL);
897 ap_update_child_status_from_indexes(0, thread_num, SERVER_DEAD,
1063 ap_update_child_status_from_indexes(0, i, SERVER_STARTING, NULL);
1336 ap_update_child_status_from_indexes(0, *score_idx, SERVER_DEAD, NULL);
H A Dmpm_winnt.c854 ap_update_child_status_from_indexes(0, i, SERVER_DEAD, NULL);
/httpd/server/mpm/prefork/
H A Dprefork.c778 (void) ap_update_child_status_from_indexes(slot, 0, SERVER_STARTING,
792 (void) ap_update_child_status_from_indexes(slot, 0, SERVER_DEAD,
1086 (void) ap_update_child_status_from_indexes(child_slot, 0, SERVER_DEAD,
/httpd/server/mpm/worker/
H A Dworker.c933 ap_update_child_status_from_indexes(process_slot, thread_slot, SERVER_STARTING, NULL);
954 ap_update_child_status_from_indexes(process_slot, thread_slot, SERVER_READY, NULL);
999 ap_update_child_status_from_indexes(process_slot, thread_slot,
1095 ap_update_child_status_from_indexes(my_child_num, i,
1134 * ap_update_child_status_from_indexes(my_child_num, i, SERVER_STARTING,
1735 ap_update_child_status_from_indexes(child_slot, i, SERVER_DEAD,
/httpd/server/mpm/event/
H A Devent.c1280 ap_update_child_status_from_indexes(process_slot, i,
2158 ap_update_child_status_from_indexes(process_slot, thread_slot,
2179 ap_update_child_status_from_indexes(process_slot, thread_slot,
2232 ap_update_child_status_from_indexes(process_slot, thread_slot,
2382 ap_update_child_status_from_indexes(my_child_num, i,
2425 * ap_update_child_status_from_indexes(my_child_num, i, SERVER_STARTING,
2996 ap_update_child_status_from_indexes(child_slot, i,
/httpd/server/mpm/motorz/
H A Dmotorz.c1063 (void) ap_update_child_status_from_indexes(slot, 0, SERVER_STARTING,
1072 (void) ap_update_child_status_from_indexes(slot, 0, SERVER_DEAD,
1301 (void) ap_update_child_status_from_indexes(child_slot, 0, SERVER_DEAD,
/httpd/server/
H A Dscoreboard.c515 AP_DECLARE(int) ap_update_child_status_from_indexes(int child_num, function

Completed in 2134 milliseconds