Lines Matching defs:process_slot
670 static void accept_mutex_error(const char *func, apr_status_t rv, int process_slot)
674 if (ap_scoreboard_image->parent[process_slot].generation !=
696 int process_slot = ti->pid;
779 accept_mutex_error("lock", rv, process_slot);
862 accept_mutex_error("unlock", rv, process_slot);
884 if (ap_scoreboard_image->parent[process_slot].generation !=
900 ap_scoreboard_image->parent[process_slot].quiescing = 1;
919 int process_slot = ti->pid;
930 ap_scoreboard_image->servers[process_slot][thread_slot].pid = ap_my_pid;
931 ap_scoreboard_image->servers[process_slot][thread_slot].tid = apr_os_thread_current();
932 ap_scoreboard_image->servers[process_slot][thread_slot].generation = retained->my_generation;
933 ap_update_child_status_from_indexes(process_slot, thread_slot, SERVER_STARTING, NULL);
954 ap_update_child_status_from_indexes(process_slot, thread_slot, SERVER_READY, NULL);
992 process_socket(thd, ptrans, csd, process_slot, thread_slot, bucket_alloc);
999 ap_update_child_status_from_indexes(process_slot, thread_slot,