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

/httpd/server/mpm/netware/
H A Dmpm_netware.c348 int my_worker_num = (int)arg; local
385 DBPRINT1 ("\n**Thread slot %d is shutting down", my_worker_num);
386 clean_child_exit(0, my_worker_num, ptrans, bucket_alloc);
389 ap_update_child_status_from_indexes(0, my_worker_num, WORKER_READY,
397 if (shutdown_pending || restart_pending || (ap_scoreboard_image->servers[0][my_worker_num].status == WORKER_IDLE_KILL)) {
398 DBPRINT1 ("\nThread slot %d is shutting down\n", my_worker_num);
399 clean_child_exit(0, my_worker_num, ptrans, bucket_alloc);
509 clean_child_exit(APEXIT_CHILDFATAL, my_worker_num, ptrans,
516 clean_child_exit(1, my_worker_num, ptrans, bucket_alloc);
521 ap_create_sb_handle(&sbh, ptrans, 0, my_worker_num);
[all...]

Completed in 10 milliseconds