Searched refs:bucket_kill_child_record (Results 1 - 2 of 2) sorted by relevance

/httpd/server/mpm/prefork/
H A Dprefork.c865 static int bucket_kill_child_record = -1; local
916 bucket_kill_child_record = (bucket_kill_child_record + 1) % num_buckets;
917 ap_mpm_pod_signal(all_buckets[bucket_kill_child_record].pod);
/httpd/server/mpm/motorz/
H A Dmotorz.c1145 static int bucket_kill_child_record = -1; local
1172 bucket_kill_child_record = (bucket_kill_child_record + 1) % num_buckets;
1173 ap_mpm_pod_signal(all_buckets[bucket_kill_child_record].pod);

Completed in 337 milliseconds