Searched refs:ThrottleState_t (Results 1 – 6 of 6) 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 | sphinxint.h | 220 void SetThrottle ( ThrottleState_t * pState ) { m_pThrottle = pState; } in SetThrottle() 237 ThrottleState_t * m_pThrottle; 323 void SetThrottle ( ThrottleState_t * pState ) { m_pThrottle = pState; } in SetThrottle() 342 ThrottleState_t * m_pThrottle; 1709 struct ThrottleState_t struct 1715 ThrottleState_t () in ThrottleState_t() argument 1732 …_t> & dKillList, CSphString & sError, CSphIndexProgress & tProgress, ThrottleState_t * pThrottle, …
|
H A D | sphinx.h | 830 struct ThrottleState_t; 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 | sphinx.cpp | 744 ThrottleState_t * m_pThrottle; 769 void SetThrottle ( ThrottleState_t * pState ) { m_pThrottle = pState; } in SetThrottle() 1284 ThrottleState_t * m_pThrottle; 1709 static ThrottleState_t g_tThrottle; 1718 static inline void sphThrottleSleep ( ThrottleState_t * pState ) in sphThrottleSleep() 10907 void SetThrottle ( ThrottleState_t * pState ) { m_pThrottle = pState; } in SetThrottle() 10918 ThrottleState_t * m_pThrottle; 14176 CSphString & sError, bool bWordDict, ThrottleState_t * pThrottle, bool bHasSkips ) in Setup() 14430 int iDynamic, int iInline, const CSphRowitem * pMin, ThrottleState_t * pThrottle ) in ConfigureQword() 15070 CSphString & sError, CSphIndexProgress & tProgress, ThrottleState_t * pThrottle, in sphMerge() [all …]
|
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()
|
H A D | searchd.cpp | 628 static ThrottleState_t g_tRtThrottle;
|