Home
last modified time | relevance | path

Searched refs:pThrottle (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxrt.h68 virtual void Optimize ( volatile bool * pForceTerminate, ThrottleState_t * pThrottle ) = 0;
H A Dsphinx.cpp1733 assert ( pThrottle ); in sphWriteThrottled()
1741 if ( pThrottle->m_iMaxIOSize>=4096 ) in sphWriteThrottled()
1751 sphThrottleSleep ( pThrottle ); in sphWriteThrottled()
1791 assert ( pThrottle ); in sphReadThrottled()
1792 if ( pThrottle->m_iMaxIOSize && int(iCount) > pThrottle->m_iMaxIOSize ) in sphReadThrottled()
1802 …ead = sphReadThrottled ( iFD, (char *)pBuf + i*pThrottle->m_iMaxIOSize, pThrottle->m_iMaxIOSize, p… in sphReadThrottled()
1810 …ead = sphReadThrottled ( iFD, (char *)pBuf + nChunks*pThrottle->m_iMaxIOSize, nBytesLeft, pThrottl… in sphReadThrottled()
1819 sphThrottleSleep ( pThrottle ); in sphReadThrottled()
14790 wrRows.SetThrottle ( pThrottle ); in DoMerge()
22672 m_wrDict.SetThrottle ( pThrottle ); in DictBegin()
[all …]
H A Dsphinx.h938 …in ( CSphAutofile & tTempDict, CSphAutofile & tDict, int iDictLimit, ThrottleState_t * pThrottle );
947 …ictEnd ( DictHeader_t * pHeader, int iMemLimit, CSphString & sError, ThrottleState_t * pThrottle );
H A Dsphinxint.h1732 …, CSphString & sError, CSphIndexProgress & tProgress, ThrottleState_t * pThrottle, volatile bool *…
H A Dsphinxrt.cpp1144 virtual void Optimize ( volatile bool * pForceTerminate, ThrottleState_t * pThrottle );
8394 void RtIndex_t::Optimize ( volatile bool * pForceTerminate, ThrottleState_t * pThrottle ) in Optimize() argument
8396 assert ( pForceTerminate && pThrottle ); in Optimize()
8455 …bool bMerged = sphMerge ( pOldest, pOlder, dKlist, sError, tProgress, pThrottle, pForceTerminate, … in Optimize()