Home
last modified time | relevance | path

Searched refs:allThreadsIdle (Results 1 – 8 of 8) sorted by relevance

/dports/www/davix/davix-0.7.6/src/tools/
H A Ddavix_thread_pool.hpp39 bool allThreadsIdle();
H A Ddavix_thread_pool.cpp84 bool DavixThreadPool::allThreadsIdle(){ in allThreadsIdle() function in Davix::DavixThreadPool
H A Ddavix_tool_get_main.cpp259 …}while(!tq.isEmpty() || !listing_tq.isEmpty() || !tp.allThreadsIdle() || !listing_tp.allThreadsIdl… in preGetCheck()
H A Ddavix_tool_ls_main.cpp212 }while((!listing_tq.isEmpty()) || !(listing_tp.allThreadsIdle())); in recursiveListing()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A DDocumentsWriter.cpp181 assert (allThreadsIdle()); in closeDocStore()
386 assert ( allThreadsIdle() ); in resetPostingsData()
408 while(!allThreadsIdle()) { in pauseAllThreads()
424 bool DocumentsWriter::allThreadsIdle() { in allThreadsIdle() function in DocumentsWriter
436 assert ( allThreadsIdle() ); in flush()
545 assert ( allThreadsIdle() ); in writeSegment()
560 assert ( allThreadsIdle() ); in writeSegment()
H A D_DocumentsWriter.h329 bool allThreadsIdle();
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DDocumentsWriter.cpp264 BOOST_ASSERT(allThreadsIdle()); in closeDocStore()
401 BOOST_ASSERT(allThreadsIdle()); in doAfterFlush()
418 while (!allThreadsIdle()) { in pauseAllThreads()
433 bool DocumentsWriter::allThreadsIdle() { in allThreadsIdle() function in Lucene::DocumentsWriter
456 BOOST_ASSERT(allThreadsIdle()); in flush()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DDocumentsWriter.h334 bool allThreadsIdle();