Home
last modified time | relevance | path

Searched refs:hashSync (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFindMt.c150 CMtSync *p = &mt->hashSync; in HashThreadFunc()
172 CriticalSection_Enter(&mt->hashSync.cs); in HashThreadFunc()
182 CriticalSection_Leave(&mt->hashSync.cs); in HashThreadFunc()
220 MtSync_GetNextBlock(&p->hashSync); in MatchFinderMt_GetNextBlock_Hash()
221 …p->hashBufPosLimit = p->hashBufPos = ((p->hashSync.numProcessedBlocks - 1) & kMtHashNumBlocksMask)… in MatchFinderMt_GetNextBlock_Hash()
382 CMtSync *sync = &p->hashSync; in BtFillBlock()
420 MtSync_StopWriting(&mt->hashSync); in BtThreadFunc()
434 MtSync_Construct(&p->hashSync); in MatchFinderMt_Construct()
446 MtSync_Destruct(&p->hashSync); in MatchFinderMt_Destruct()
484 RINOK(MtSync_Create(&p->hashSync, HashThreadFunc2, p, kMtHashNumBlocks)); in MatchFinderMt_Create()
DLzFindMt.h82 CMtSync hashSync; member