Searched refs:ThreadPoolAttr (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/inc/
H A DThreadPool.h108 * Name: ThreadPoolAttr
134 } ThreadPoolAttr; typedef in typeref:struct:THREADPOOLATTR
223 ThreadPoolAttr attr; //thread pool attributes
269 ThreadPoolAttr *attr);
309 ThreadPoolAttr *out);
324 ThreadPoolAttr *attr);
438 int TPAttrInit(ThreadPoolAttr *attr);
451 int TPAttrSetMaxThreads(ThreadPoolAttr *attr, int maxThreads);
464 int TPAttrSetMinThreads(ThreadPoolAttr *attr, int minThreads);
476 int TPAttrSetIdleTime(ThreadPoolAttr *att
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A DThreadPool.h108 * Name: ThreadPoolAttr
134 } ThreadPoolAttr; typedef in typeref:struct:THREADPOOLATTR
223 ThreadPoolAttr attr; //thread pool attributes
269 ThreadPoolAttr *attr);
309 ThreadPoolAttr *out);
324 ThreadPoolAttr *attr);
438 int TPAttrInit(ThreadPoolAttr *attr);
451 int TPAttrSetMaxThreads(ThreadPoolAttr *attr, int maxThreads);
464 int TPAttrSetMinThreads(ThreadPoolAttr *attr, int minThreads);
476 int TPAttrSetIdleTime(ThreadPoolAttr *att
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/src/
H A DThreadPool.c675 ThreadPoolAttr * attr ) {
1002 ThreadPoolAttr * out ) {
1038 ThreadPoolAttr * attr ) {
1040 ThreadPoolAttr temp;
1196 int TPAttrInit( ThreadPoolAttr * attr ) {
1306 int TPAttrSetMaxThreads( ThreadPoolAttr * attr,
1329 int TPAttrSetMinThreads( ThreadPoolAttr * attr,
1351 int TPAttrSetIdleTime( ThreadPoolAttr * attr,
1373 int TPAttrSetJobsPerThread( ThreadPoolAttr * attr,
1395 int TPAttrSetStarvationTime( ThreadPoolAttr * att
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/api/
H A Dupnpapi.c149 ThreadPoolAttr attr;

Completed in 93 milliseconds