Searched defs:start_mutex (Results 1 - 1 of 1) sorted by relevance
/httpd/server/mpm/winnt/ |
H A D | mpm_winnt.c | 85 apr_proc_mutex_t *start_mutex; variable 306 "Child: Unable to retrieve the start_mutex from the parent"); 313 "Child: Unable to access the start_mutex from the parent"); 645 start_mutex, ap_scoreboard_shm, 1596 rv = apr_proc_mutex_create(&start_mutex, NULL, 1601 "%s: Unable to create the start_mutex.", 1659 get_handles_from_parent(s, &exit_event, &start_mutex, 1672 rv = apr_proc_mutex_create(&start_mutex, signal_name_prefix, 1676 "%s child: Unable to init the start_mutex.", 1733 apr_proc_mutex_destroy(start_mutex); [all...] |
Completed in 14 milliseconds