Home
last modified time | relevance | path

Searched refs:sphThreadJoin (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dtestrt.cpp218 sphThreadJoin ( &t1 ); in main()
219 sphThreadJoin ( &t2 ); in main()
H A Dtests.cpp1048 assert ( sphThreadJoin ( &dReaders[i] ) ); in TestRwlock()
1049 assert ( sphThreadJoin ( &dWriters[i] ) ); in TestRwlock()
1091 assert ( sphThreadJoin ( &thd[i] ) ); in TestCleanup()
1141 if ( !sphThreadJoin ( pThd+i ) ) in BenchThreads()
H A Dsphinxstd.cpp1049 bool sphThreadJoin ( SphThread_t * pThread ) function
H A Dsphinxstd.h2282 bool sphThreadJoin ( SphThread_t * pThread );
H A Dsearchd.cpp1291 sphThreadJoin ( &g_tRtFlushThread ); in Shutdown()
1297 sphThreadJoin ( &g_tRotateThread ); in Shutdown()
6442 sphThreadJoin ( &dThreads[i].m_tThd ); in RunLocalSearchesMT()
9022 sphThreadJoin ( &dThreads[i].m_tThd ); in MakeSnippets()
H A Dsphinxrt.cpp5449 sphThreadJoin ( &m_tUpdateTread ); in ~RtBinlog_c()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dtestrt.cpp230 sphThreadJoin ( &t1 ); in main()
231 sphThreadJoin ( &t2 ); in main()
H A Dtests.cpp1679 assert ( sphThreadJoin ( &dReaders[i] ) ); in TestRwlock()
1680 assert ( sphThreadJoin ( &dWriters[i] ) ); in TestRwlock()
1722 assert ( sphThreadJoin ( &thd[i] ) ); in TestCleanup()
1772 if ( !sphThreadJoin ( pThd+i ) ) in BenchThreads()
3391 if ( !sphThreadJoin ( &dThd[i] ) ) in BenchMisc()
H A Dsphinxstd.cpp1195 bool sphThreadJoin ( SphThread_t * pThread ) function
H A Dsphinxstd.h2638 bool sphThreadJoin ( SphThread_t * pThread );
H A Dsearchd.cpp1813 sphThreadJoin ( &g_tRotationServiceThread ); in Shutdown()
1814 sphThreadJoin ( &g_tPingThread ); in Shutdown()
1819 sphThreadJoin ( &g_tRtFlushThread ); in Shutdown()
1824 sphThreadJoin ( &g_tRotateThread ); in Shutdown()
1829 sphThreadJoin ( &g_tSphinxqlStateFlushThread ); in Shutdown()
1831 sphThreadJoin ( &g_tOptimizeThread ); in Shutdown()
5792 sphThreadJoin ( m_dThds.Begin()+i ); in ~CSphRemoteAgentsController()
10070 sphThreadJoin ( &dThreads[i].m_tThd ); in RunLocalSearchesMT()
13454 sphThreadJoin ( &dThreads[i].m_tThd ); in MakeSnippets()
H A Dsphinxrt.cpp8939 sphThreadJoin ( &m_tUpdateTread ); in ~RtBinlog_c()