ap_scoreboard_image->parent[process_slot].quiescing = 1;
kill(ap_my_pid, SIGTERM);
-/* Unsure if this can be safely uncommented. -aaron
apr_thread_exit(thd, APR_SUCCESS);
-*/
return NULL;
}
worker_thread_count--;
apr_thread_mutex_unlock(worker_thread_count_mutex);
- rv = APR_SUCCESS;
- apr_thread_exit(thd, &rv);
+ apr_thread_exit(thd, APR_SUCCESS);
return NULL;
}
* "life_status" is almost right, but it's in the worker's structure, and
* the name could be clearer. gla
*/
- rv = APR_SUCCESS;
- apr_thread_exit(thd, &rv);
+ apr_thread_exit(thd, APR_SUCCESS);
return NULL;
}