Searched refs:hashSync (Results 1 – 2 of 2) sorted by relevance
154 CMtSync *p = &mt->hashSync; in HashThreadFunc()179 CriticalSection_Enter(&mt->hashSync.cs); in HashThreadFunc()189 CriticalSection_Leave(&mt->hashSync.cs); in HashThreadFunc()227 MtSync_GetNextBlock(&p->hashSync); in MatchFinderMt_GetNextBlock_Hash()228 …p->hashBufPosLimit = p->hashBufPos = ((p->hashSync.numProcessedBlocks - 1) & kMtHashNumBlocksMask)… in MatchFinderMt_GetNextBlock_Hash()428 CMtSync *sync = &p->hashSync; in BtFillBlock()466 MtSync_StopWriting(&mt->hashSync); in BtThreadFunc()480 MtSync_Construct(&p->hashSync); in MatchFinderMt_Construct()492 MtSync_Destruct(&p->hashSync); in MatchFinderMt_Destruct()531 RINOK(MtSync_Create(&p->hashSync, HashThreadFunc2, p, kMtHashNumBlocks)); in MatchFinderMt_Create()
84 CMtSync hashSync; member