Searched defs:thread_slot (Results 1 - 3 of 3) sorted by relevance

/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2_child.c293 int thread_slot; local
297 for (thread_slot=0; thread_slot < HARD_THREAD_LIMIT; thread_slot++) {
298 if (ap_scoreboard_image->servers[child_slot][thread_slot].status == SERVER_DEAD) {
299 ap_scoreboard_image->servers[child_slot][thread_slot].status = SERVER_STARTING;
300 ap_scoreboard_image->servers[child_slot][thread_slot].tid =
301 _beginthread(worker_main, NULL, stacksize, (void *)thread_slot);
359 int thread_slot = (int)vpArg; local
375 ap_scoreboard_image->servers[child_slot][thread_slot]
[all...]
/httpd/server/mpm/worker/
H A Dworker.c920 int thread_slot = ti->tid; local
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);
990 worker_sockets[thread_slot] = csd;
992 process_socket(thd, ptrans, csd, process_slot, thread_slot, bucket_alloc);
993 worker_sockets[thread_slot] = NULL;
999 ap_update_child_status_from_indexes(process_slot, thread_slot,
[all...]
/httpd/server/mpm/event/
H A Devent.c2149 int thread_slot = ti->tid; local
2155 ap_scoreboard_image->servers[process_slot][thread_slot].pid = ap_my_pid;
2156 ap_scoreboard_image->servers[process_slot][thread_slot].tid = apr_os_thread_current();
2157 ap_scoreboard_image->servers[process_slot][thread_slot].generation = retained->my_generation;
2158 ap_update_child_status_from_indexes(process_slot, thread_slot,
2179 ap_update_child_status_from_indexes(process_slot, thread_slot,
2226 worker_sockets[thread_slot] = csd;
2227 process_socket(thd, ptrans, csd, cs, process_slot, thread_slot);
2228 worker_sockets[thread_slot] = NULL;
2232 ap_update_child_status_from_indexes(process_slot, thread_slot,
[all...]

Completed in 22 milliseconds