Home
last modified time | relevance | path

Searched refs:FlushThread (Results 1 – 25 of 33) sorted by relevance

12

/dports/databases/kyototycoon/kyototycoon-0.9.56/
H A Dktdbext.h38 class FlushThread; in stopserver()
311 if (opts & XPARAFLS) flsths_ = new std::deque<FlushThread*>; in stopserver()
438 class FlushThread : public kc::Thread { in stopserver()
441 explicit FlushThread(MapReduce* mr, kc::BasicDB* tmpdb, in stopserver()
567 std::deque<FlushThread*>::iterator flthit = mr_->flsths_->begin(); in stopserver()
568 std::deque<FlushThread*>::iterator flthitend = mr_->flsths_->end(); in stopserver()
570 FlushThread* flth = *flthit; in stopserver()
654 FlushThread* flth = flsths_->front(); in stopserver()
660 FlushThread* flth = new FlushThread(this, tmpdb, cache_, csiz_, true); in stopserver()
666 FlushThread flth(this, tmpdb, cache_, csiz_, false); in stopserver()
[all …]
/dports/databases/kyotocabinet/kyotocabinet-1.2.79/
H A Dkcdbext.h48 class FlushThread;
325 if (opts & XPARAFLS) flsths_ = new std::deque<FlushThread*>;
458 class FlushThread : public Thread {
461 explicit FlushThread(MapReduce* mr, BasicDB* tmpdb, in FlushThread() function
587 std::deque<FlushThread*>::iterator flthit = mr_->flsths_->begin(); in visit_after()
588 std::deque<FlushThread*>::iterator flthitend = mr_->flsths_->end(); in visit_after()
590 FlushThread* flth = *flthit; in visit_after()
674 FlushThread* flth = flsths_->front(); in flush_cache()
680 FlushThread* flth = new FlushThread(this, tmpdb, cache_, csiz_, true); in flush_cache()
686 FlushThread flth(this, tmpdb, cache_, csiz_, false); in flush_cache()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/GCMemcard/
H A DGCMemcardRaw.cpp78 m_flush_thread = std::thread(&MemoryCard::FlushThread, this); in MemoryCard()
138 void MemoryCard::FlushThread() in FlushThread() function in MemoryCard
H A DGCMemcardRaw.h25 void FlushThread();
H A DGCMemcardDirectory.h36 void FlushThread();
H A DGCMemcardDirectory.cpp231 m_flush_thread = std::thread(&GCMemcardDirectory::FlushThread, this); in GCMemcardDirectory()
234 void GCMemcardDirectory::FlushThread() in FlushThread() function in GCMemcardDirectory
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A DServerIndex.h62 static void FlushThread(ServerIndex* that,
H A DServerIndex.cpp289 void ServerIndex::FlushThread(ServerIndex* that, in FlushThread() function in Orthanc::ServerIndex
346 flushThread_ = boost::thread(FlushThread, this, threadSleepGranularityMilliseconds); in ServerIndex()
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Sources/
H A DServerIndex.h62 static void FlushThread(ServerIndex* that,
H A DServerIndex.cpp289 void ServerIndex::FlushThread(ServerIndex* that, in FlushThread() function in Orthanc::ServerIndex
346 flushThread_ = boost::thread(FlushThread, this, threadSleepGranularityMilliseconds); in ServerIndex()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A DServerIndex.h62 static void FlushThread(ServerIndex* that,
H A DServerIndex.cpp289 void ServerIndex::FlushThread(ServerIndex* that, in FlushThread() function in Orthanc::ServerIndex
346 flushThread_ = boost::thread(FlushThread, this, threadSleepGranularityMilliseconds); in ServerIndex()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A DServerIndex.h62 static void FlushThread(ServerIndex* that,
H A DServerIndex.cpp289 void ServerIndex::FlushThread(ServerIndex* that, in FlushThread() function in Orthanc::ServerIndex
346 flushThread_ = boost::thread(FlushThread, this, threadSleepGranularityMilliseconds); in ServerIndex()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Sources/
H A DServerIndex.h76 static void FlushThread(ServerIndex* that,
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/app/fpdserver/
H A Dfpdserver.lpr139 FlushThread;
/dports/editors/lazarus/lazarus/components/fpdebug/app/fpdserver/
H A Dfpdserver.lpr139 FlushThread;
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/app/fpdserver/
H A Dfpdserver.lpr139 FlushThread;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/app/fpdserver/
H A Dfpdserver.lpr139 FlushThread;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/inc/
H A Dthreadh.inc148 procedure FlushThread;
H A Dthread.inc141 procedure FlushThread;
/dports/lang/fpc-source/fpc-3.2.2/rtl/inc/
H A Dthreadh.inc148 procedure FlushThread;
/dports/lang/fpc/fpc-3.2.2/rtl/inc/
H A Dthreadh.inc148 procedure FlushThread;
/dports/editors/fpc-ide/fpc-3.2.2/rtl/inc/
H A Dthreadh.inc148 procedure FlushThread;
H A Dthread.inc141 procedure FlushThread;

12