git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94309
13f79535-47bb-0310-9956-
ffa450edef68
* each time through the loop. If 0, give the process time to die
* on its own before signalling it.
* @tip This function requires that some macros are defined by the MPM: <pre>
- * MPM_SYNC_CHILD_TABLE -- sync the scoreboard image between child and parent
* MPM_CHILD_PID -- Get the pid from the specified spot in the scoreboard
* MPM_NOTE_CHILD_KILLED -- Note the child died in the scoreboard
* </pre>
void ap_init_scoreboard(void *shared_score);
AP_DECLARE(int) ap_calc_scoreboard_size(void);
apr_status_t ap_cleanup_scoreboard(void *d);
-void ap_sync_scoreboard_image(void);
AP_DECLARE(void) ap_create_sb_handle(ap_sb_handle_t **new_sbh, apr_pool_t *p,
int child_num, int thread_num);