Searched refs:jobsPerThread (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.h126 int jobsPerThread; //jobs per thread to maintain member in struct:THREADPOOLATTR
255 * jobsPerThread - ratio of jobs to thread to try and maintain
485 * jobsPerThread - number of jobs per thread to maintain
489 int TPAttrSetJobsPerThread(ThreadPoolAttr *attr, int jobsPerThread);
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A DThreadPool.h126 int jobsPerThread; //jobs per thread to maintain member in struct:THREADPOOLATTR
255 * jobsPerThread - ratio of jobs to thread to try and maintain
485 * jobsPerThread - number of jobs per thread to maintain
489 int TPAttrSetJobsPerThread(ThreadPoolAttr *attr, int jobsPerThread);
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/src/
H A DThreadPool.c615 * based on the jobsPerThread ratio.
633 || ( ( jobs / threads ) > tp->attr.jobsPerThread ) ) {
661 * jobsPerThread - ratio of jobs to thread to try and maintain
1203 attr->jobsPerThread = DEFAULT_JOBS_PER_THREAD;
1374 int jobsPerThread ) {
1381 attr->jobsPerThread = jobsPerThread;

Completed in 39 milliseconds