Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFindMt.c171 CriticalSection_Enter(&mt->btSync.cs); in HashThreadFunc()
181 CriticalSection_Leave(&mt->btSync.cs); in HashThreadFunc()
407 CMtSync *p = &mt->btSync; in BtThreadFunc()
435 MtSync_Construct(&p->btSync); in MatchFinderMt_Construct()
447 MtSync_Destruct(&p->btSync); in MatchFinderMt_Destruct()
485 RINOK(MtSync_Create(&p->btSync, BtThreadFunc2, p, kMtBtNumBlocks)); in MatchFinderMt_Create()
517 MtSync_StopWriting(&p->btSync); in MatchFinderMt_ReleaseStream()
530 MtSync_GetNextBlock(&p->btSync); in MatchFinderMt_GetNextBlock_Bt()
531 blockIndex = ((p->btSync.numProcessedBlocks - 1) & kMtBtNumBlocksMask); in MatchFinderMt_GetNextBlock_Bt()
DLzFindMt.h63 CMtSync btSync; member