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

/httpd/server/mpm/winnt/
H A Dchild.c117 static unsigned int g_blocked_threads = 0; variable
754 apr_atomic_inc32(&g_blocked_threads);
757 apr_atomic_dec32(&g_blocked_threads);
775 apr_atomic_dec32(&g_blocked_threads);
778 apr_atomic_dec32(&g_blocked_threads);
783 apr_atomic_dec32(&g_blocked_threads);
1239 while (g_blocked_threads > 0) {
1242 g_blocked_threads);
1243 for (i=g_blocked_threads; i > 0; i--) {

Completed in 235 milliseconds