Searched refs:btSync (Results 1 – 2 of 2) sorted by relevance
173 CriticalSection_Enter(&mt->btSync.cs); in HashThreadFunc()183 CriticalSection_Leave(&mt->btSync.cs); in HashThreadFunc()409 CMtSync *p = &mt->btSync; in BtThreadFunc()437 MtSync_Construct(&p->btSync); in MatchFinderMt_Construct()449 MtSync_Destruct(&p->btSync); in MatchFinderMt_Destruct()486 RINOK(MtSync_Create(&p->btSync, BtThreadFunc2, p, kMtBtNumBlocks)); in MatchFinderMt_Create()518 MtSync_StopWriting(&p->btSync); in MatchFinderMt_ReleaseStream()531 MtSync_GetNextBlock(&p->btSync); in MatchFinderMt_GetNextBlock_Bt()532 blockIndex = ((p->btSync.numProcessedBlocks - 1) & kMtBtNumBlocksMask); in MatchFinderMt_GetNextBlock_Bt()
65 CMtSync btSync; member