Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFindMt.c178 CriticalSection_Enter(&mt->btSync.cs); in HashThreadFunc()
188 CriticalSection_Leave(&mt->btSync.cs); in HashThreadFunc()
453 CMtSync *p = &mt->btSync; in BtThreadFunc()
481 MtSync_Construct(&p->btSync); in MatchFinderMt_Construct()
493 MtSync_Destruct(&p->btSync); in MatchFinderMt_Destruct()
532 RINOK(MtSync_Create(&p->btSync, BtThreadFunc2, p, kMtBtNumBlocks)); in MatchFinderMt_Create()
571 MtSync_StopWriting(&p->btSync); in MatchFinderMt_ReleaseStream()
584 MtSync_GetNextBlock(&p->btSync); in MatchFinderMt_GetNextBlock_Bt()
585 blockIndex = ((p->btSync.numProcessedBlocks - 1) & kMtBtNumBlocksMask); in MatchFinderMt_GetNextBlock_Bt()
DLzFindMt.h65 CMtSync btSync; member