Searched refs:pThrottle (Results 1 – 5 of 5) sorted by relevance
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/ |
H A D | sphinxrt.h | 68 virtual void Optimize ( volatile bool * pForceTerminate, ThrottleState_t * pThrottle ) = 0;
|
H A D | sphinx.cpp | 1733 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 D | sphinx.h | 938 …in ( CSphAutofile & tTempDict, CSphAutofile & tDict, int iDictLimit, ThrottleState_t * pThrottle ); 947 …ictEnd ( DictHeader_t * pHeader, int iMemLimit, CSphString & sError, ThrottleState_t * pThrottle );
|
H A D | sphinxint.h | 1732 …, CSphString & sError, CSphIndexProgress & tProgress, ThrottleState_t * pThrottle, volatile bool *…
|
H A D | sphinxrt.cpp | 1144 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()
|