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

/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/src/
H A DThreadPool.c295 stats->maxThreads = 0; stats->totalThreads = 0;}
376 tp->totalThreads++;
424 && ( ( tp->totalThreads ) > tp->attr.minThreads ) )
426 && ( ( tp->totalThreads ) >
431 tp->totalThreads--;
457 tp->totalThreads--;
504 tp->totalThreads--;
585 int currentThreads = tp->totalThreads + 1;
598 while( tp->totalThreads < currentThreads ) {
603 STATSONLY( if( tp->stats.maxThreads < tp->totalThreads ) {
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/inc/
H A DThreadPool.h177 int totalThreads; //total number of current threads
215 int totalThreads; //total number of threads member in struct:THREADPOOL
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A DThreadPool.h177 int totalThreads; //total number of current threads
215 int totalThreads; //total number of threads member in struct:THREADPOOL

Completed in 82 milliseconds