Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

bool Impala::Application::MediaTable::ImageLoader::IsLoading (  )  [inline]

Definition at line 54 of file ImageLoader.h.

References ILOG_DEBUG.

00055         {
00056 #ifdef USE_BOOST_THREADPOOL
00057                 ILOG_DEBUG("TP check: Size " << mThreadPool.size() << " Active tasks " << mThreadPool.active() << " Pending tasks " << mThreadPool.pending());
00058                 if(mThreadPool.active())
00059                         return true;
00060                 if(mThreadPool.pending())
00061                         return true;
00062 #endif
00063                 return false;
00064         }


Generated on Thu Jan 13 09:15:15 2011 for ImpalaSrc by  doxygen 1.5.1