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

/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/inc/
H A DThreadPool.h122 int maxIdleTime; //maxIdleTime (in milliseconds) member in struct:THREADPOOLATTR
250 * maxIdleTime - maximum time that a worker thread will spend
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A DThreadPool.h122 int maxIdleTime; //maxIdleTime (in milliseconds) member in struct:THREADPOOLATTR
250 * maxIdleTime - maximum time that a worker thread will spend
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/src/
H A DThreadPool.c232 if( diffTime >= ( tp->attr.maxIdleTime ) ) {
438 SetRelTimeout( &timeout, tp->attr.maxIdleTime );
656 * maxIdleTime - maximum time that a worker thread will spend
1204 attr->maxIdleTime = DEFAULT_IDLE_TIME;
1359 attr->maxIdleTime = idleTime;

Completed in 85 milliseconds