Searched defs:scoreboard_shm (Results 1 - 1 of 1) sorted by relevance
/httpd/server/mpm/winnt/ |
H A D | mpm_winnt.c | 271 apr_shm_t **scoreboard_shm) 324 *scoreboard_shm = NULL; 325 if ((rv = apr_os_shm_put(scoreboard_shm, &hScore, s->process->pool)) 332 rv = ap_reopen_scoreboard(s->process->pool, scoreboard_shm, 1); 333 if (rv || !(sb_shared = apr_shm_baseaddr_get(*scoreboard_shm))) { 352 apr_shm_t *scoreboard_shm, 403 if ((rv = apr_os_shm_get(&hScore, scoreboard_shm)) != APR_SUCCESS) { 269 get_handles_from_parent(server_rec *s, HANDLE *child_exit_event, apr_proc_mutex_t **child_start_mutex, apr_shm_t **scoreboard_shm) argument 348 send_handles_to_child(apr_pool_t *p, HANDLE child_ready_event, HANDLE child_exit_event, apr_proc_mutex_t *child_start_mutex, apr_shm_t *scoreboard_shm, HANDLE hProcess, apr_file_t *child_in) argument
|
Completed in 181 milliseconds