Searched defs:all_buckets (Results 1 - 4 of 4) sorted by relevance

/httpd/server/mpm/motorz/
H A Dmotorz.c50 static motorz_child_bucket *all_buckets, /* All listeners buckets */ variable
873 ap_close_listeners_ex(all_buckets[i].listeners);
874 ap_mpm_pod_close(all_buckets[i].pod);
1047 my_bucket = &all_buckets[0];
1085 my_bucket = &all_buckets[bucket];
1173 ap_mpm_pod_signal(all_buckets[bucket_kill_child_record].pod);
1256 (all_buckets[0].mutex)
1257 ? apr_proc_mutex_name(all_buckets[0].mutex)
1384 ap_mpm_pod_killpg(all_buckets[i].pod, mz->max_daemons_limit);
1460 ap_mpm_pod_killpg(all_buckets[
[all...]
/httpd/server/mpm/prefork/
H A Dprefork.c135 static prefork_child_bucket *all_buckets, /* All listeners buckets */ variable
542 ap_close_listeners_ex(all_buckets[i].listeners);
543 ap_mpm_pod_close(all_buckets[i].pod);
762 my_bucket = &all_buckets[0];
805 my_bucket = &all_buckets[bucket];
917 ap_mpm_pod_signal(all_buckets[bucket_kill_child_record].pod);
1041 (all_buckets[0].mutex)
1042 ? apr_proc_mutex_name(all_buckets[0].mutex)
1175 ap_mpm_pod_killpg(all_buckets[i].pod, retained->max_daemons_limit);
1251 ap_mpm_pod_killpg(all_buckets[
[all...]
/httpd/server/mpm/worker/
H A Dworker.c185 static worker_child_bucket *all_buckets, /* All listeners buckets */ variable
1246 ap_close_listeners_ex(all_buckets[i].listeners);
1247 ap_mpm_podx_close(all_buckets[i].pod);
1411 my_bucket = &all_buckets[0];
1440 my_bucket = &all_buckets[bucket];
1617 ap_mpm_podx_signal(all_buckets[child_bucket].pod,
1873 (all_buckets[0].mutex)
1874 ? apr_proc_mutex_name(all_buckets[0].mutex)
1887 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
1912 ap_mpm_podx_killpg(all_buckets[
[all...]
/httpd/server/mpm/event/
H A Devent.c392 static event_child_bucket *all_buckets, /* All listeners buckets */ variable
2520 ap_close_listeners_ex(all_buckets[i].listeners);
2521 ap_mpm_podx_close(all_buckets[i].pod);
2682 my_bucket = &all_buckets[0];
2712 my_bucket = &all_buckets[bucket];
2892 ap_mpm_podx_signal(all_buckets[child_bucket].pod,
3145 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
3169 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
3212 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
3241 ap_mpm_podx_killpg(all_buckets[
[all...]

Completed in 42 milliseconds