Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFindMt.c173 CriticalSection_Enter(&mt->btSync.cs); in HashThreadFunc()
183 CriticalSection_Leave(&mt->btSync.cs); in HashThreadFunc()
415 CMtSync *p = &mt->btSync; in BtThreadFunc()
443 MtSync_Construct(&p->btSync); in MatchFinderMt_Construct()
455 MtSync_Destruct(&p->btSync); in MatchFinderMt_Destruct()
494 RINOK(MtSync_Create(&p->btSync, BtThreadFunc2, p, kMtBtNumBlocks)); in MatchFinderMt_Create()
529 MtSync_StopWriting(&p->btSync); in MatchFinderMt_ReleaseStream()
542 MtSync_GetNextBlock(&p->btSync); in MatchFinderMt_GetNextBlock_Bt()
543 blockIndex = ((p->btSync.numProcessedBlocks - 1) & kMtBtNumBlocksMask); in MatchFinderMt_GetNextBlock_Bt()
DLzFindMt.h65 CMtSync btSync; member