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

/httpd/server/mpm/netware/
H A Dmpm_netware.c143 static unsigned long worker_thread_count; variable
186 atomic_dec (&worker_thread_count);
374 atomic_inc (&worker_thread_count);
879 worker_thread_count = 0;
945 while (worker_thread_count > 0) {
947 worker_thread_count);
966 while (worker_thread_count > 0) {
968 worker_thread_count);

Completed in 12 milliseconds