Searched refs:start_mutex (Results 1 - 3 of 3) sorted by relevance

/httpd/server/mpm/winnt/
H A Dmpm_winnt.h76 extern apr_proc_mutex_t *start_mutex;
H A Dmpm_winnt.c85 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...]
H A Dchild.c1011 * start_mutex is used to ensure that only one child ever
1014 status = apr_proc_mutex_lock(start_mutex);
1017 "Child: Failed to acquire the start_mutex. "
1223 /* Release the start_mutex to let the new process (in the restart
1226 rv = apr_proc_mutex_unlock(start_mutex);

Completed in 17 milliseconds