Home
last modified time | relevance | path

Searched refs:CMainLoopThread (Results 1 – 9 of 9) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dwn_main_loop.cpp556 void* CMainLoopThread::Main() in Main()
644 CNetScheduleGetJob::EState CMainLoopThread::CImpl::CheckState() in CheckState()
678 CNetServer CMainLoopThread::CImpl::ReadNotifications() in ReadNotifications()
687 CNetServer CMainLoopThread::CImpl::WaitForNotifications(const CDeadline& deadline) in WaitForNotifications()
697 CNetServer CMainLoopThread::CImpl::x_ProcessRequestJobNotification() in x_ProcessRequestJobNotification()
709 bool CMainLoopThread::CImpl::MoreJobs(const SEntry& /*entry*/) in MoreJobs()
714 bool CMainLoopThread::CImpl::CheckEntry( in CheckEntry()
726 void CMainLoopThread::CImpl::ReturnJob(CNetScheduleJob& job) in ReturnJob()
731 bool CMainLoopThread::x_GetNextJob(CNetScheduleJob& job, const CDeadline& deadline) in x_GetNextJob()
H A Dgrid_worker_impl.hpp348 class CMainLoopThread : public CThread class
351 CMainLoopThread(SGridWorkerNodeImpl* worker_node) : in CMainLoopThread() function in CMainLoopThread
H A Dnetschedule_api_getjob.cpp455 template class CNetScheduleGetJobImpl<CMainLoopThread::CImpl>;
H A Dgrid_worker.cpp820 CRef<CMainLoopThread> main_loop_thread(new CMainLoopThread(this)); in Run()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dwn_main_loop.cpp555 void* CMainLoopThread::Main() in Main()
643 CNetScheduleGetJob::EState CMainLoopThread::CImpl::CheckState() in CheckState()
678 CNetServer CMainLoopThread::CImpl::ReadNotifications() in ReadNotifications()
687 CNetServer CMainLoopThread::CImpl::WaitForNotifications(const CDeadline& deadline) in WaitForNotifications()
697 CNetServer CMainLoopThread::CImpl::x_ProcessRequestJobNotification() in x_ProcessRequestJobNotification()
709 bool CMainLoopThread::CImpl::MoreJobs(const SEntry& /*entry*/) in MoreJobs()
714 bool CMainLoopThread::CImpl::CheckEntry( in CheckEntry()
726 void CMainLoopThread::CImpl::ReturnJob(CNetScheduleJob& job) in ReturnJob()
731 bool CMainLoopThread::x_GetNextJob(CNetScheduleJob& job, const CDeadline& deadline) in x_GetNextJob()
H A Dgrid_worker_impl.hpp348 class CMainLoopThread : public CThread class
351 CMainLoopThread(SGridWorkerNodeImpl* worker_node) : in CMainLoopThread() function in CMainLoopThread
H A Dnetschedule_api_getjob.cpp455 template class CNetScheduleGetJobImpl<CMainLoopThread::CImpl>;
H A Dgrid_worker.cpp820 CRef<CMainLoopThread> main_loop_thread(new CMainLoopThread(this)); in Run()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/test/
H A Dtest_ncbi_lbos_common.hpp8942 class CMainLoopThread : public CThread class
8945 CMainLoopThread(void (*testFunc)(), int idx) in CMainLoopThread() function in MultiThreading::CMainLoopThread
8949 ~CMainLoopThread() in ~CMainLoopThread()
8966 CMainLoopThread* thread1;
8967 CMainLoopThread* thread2;
8968 CMainLoopThread* thread3;
8997 #define X(num,name) CMainLoopThread* thread##num = new CMainLoopThread(name, num); in TryMultiThread()