Home
last modified time | relevance | path

Searched refs:x_WaitForPredicate (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Dthread_pool_old.hpp287 bool x_WaitForPredicate(TQueuePredicate pred, CSemaphore& sem,
705 if ( !x_WaitForPredicate(&CBlockingQueue::x_PutSemPred, m_PutSem, guard, in Put()
741 if (x_WaitForPredicate(&CBlockingQueue::x_PutSemPred, m_PutSem, guard, in WaitForRoom()
755 if (x_WaitForPredicate(&CBlockingQueue::x_HungerSemPred, m_HungerSem, guard, in WaitForHunger()
779 bool ok = x_WaitForPredicate(&CBlockingQueue::x_GetSemPred, m_GetSem, in GetHandle()
884 bool CBlockingQueue<TRequest>::x_WaitForPredicate(TQueuePredicate pred, in x_WaitForPredicate() function in CBlockingQueue
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Dthread_pool_old.hpp287 bool x_WaitForPredicate(TQueuePredicate pred, CSemaphore& sem,
705 if ( !x_WaitForPredicate(&CBlockingQueue::x_PutSemPred, m_PutSem, guard, in Put()
741 if (x_WaitForPredicate(&CBlockingQueue::x_PutSemPred, m_PutSem, guard, in WaitForRoom()
755 if (x_WaitForPredicate(&CBlockingQueue::x_HungerSemPred, m_HungerSem, guard, in WaitForHunger()
779 bool ok = x_WaitForPredicate(&CBlockingQueue::x_GetSemPred, m_GetSem, in GetHandle()
884 bool CBlockingQueue<TRequest>::x_WaitForPredicate(TQueuePredicate pred, in x_WaitForPredicate() function in CBlockingQueue
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/
H A Dthread_pool.cpp323 bool x_WaitForPredicate(TWaitPredicate wait_func,
1620 CThreadPool_Impl::x_WaitForPredicate(TWaitPredicate wait_func, in x_WaitForPredicate() function in CThreadPool_Impl
1685 if (! x_WaitForPredicate(&CThreadPool_Impl::x_CanAddImmediateTask, in AddTask()
1967 x_WaitForPredicate(&CThreadPool_Impl::x_HasNoThreads, in Abort()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/
H A Dthread_pool.cpp323 bool x_WaitForPredicate(TWaitPredicate wait_func,
1620 CThreadPool_Impl::x_WaitForPredicate(TWaitPredicate wait_func, in x_WaitForPredicate() function in CThreadPool_Impl
1685 if (! x_WaitForPredicate(&CThreadPool_Impl::x_CanAddImmediateTask, in AddTask()
1967 x_WaitForPredicate(&CThreadPool_Impl::x_HasNoThreads, in Abort()