Searched refs:STATSONLY (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.h71 #define STATSONLY(x) x macro
73 #define STATSONLY(x) macro
159 STATSONLY(
226 STATSONLY(ThreadPoolStats stats;)
531 STATSONLY( EXPORT int ThreadPoolGetStats(ThreadPool *tp, ThreadPoolStats *stats););
533 STATSONLY(EXPORT void ThreadPoolPrintStats(ThreadPoolStats *stats););
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A DThreadPool.h71 #define STATSONLY(x) x macro
73 #define STATSONLY(x) macro
159 STATSONLY(
226 STATSONLY(ThreadPoolStats stats;)
531 STATSONLY( EXPORT int ThreadPoolGetStats(ThreadPool *tp, ThreadPoolStats *stats););
533 STATSONLY(EXPORT void ThreadPoolPrintStats(ThreadPoolStats *stats););
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/src/
H A DThreadPool.c216 STATSONLY( tp->stats.totalJobsMQ++;
218 STATSONLY( tp->stats.totalTimeMQ += diffTime;
237 STATSONLY( tp->stats.totalJobsLQ++;
239 STATSONLY( tp->stats.totalTimeLQ += diffTime;
288 STATSONLY( static void StatsInit( ThreadPoolStats * stats ) {
312 STATSONLY( static void CalcWaitTime( ThreadPool * tp,
362 STATSONLY( time_t start = 0;
380 STATSONLY( time( &start );
394 STATSONLY( tp->stats.idleThreads++;
396 STATSONLY( t
[all...]

Completed in 41 milliseconds