Home
last modified time | relevance | path

Searched refs:nr_threads (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/sapi/thttpd/
H A Dthttpd.c502 static int nr_threads; variable
583 if (nr_threads < max_threads && nr_free_threads < 2) {
584 nr_threads++; /* protected by qr_lock */
625 thread_atomic_dec(nr_threads);

Completed in 7 milliseconds