Home | History | Annotate | Download | only in C

Lines Matching refs:hashSync

152   CMtSync *p = &mt->hashSync;

174 CriticalSection_Enter(&mt->hashSync.cs);
184 CriticalSection_Leave(&mt->hashSync.cs);
222 MtSync_GetNextBlock(&p->hashSync);
223 p->hashBufPosLimit = p->hashBufPos = ((p->hashSync.numProcessedBlocks - 1) & kMtHashNumBlocksMask) * kMtHashBlockSize;
384 CMtSync *sync = &p->hashSync;
422 MtSync_StopWriting(&mt->hashSync);
436 MtSync_Construct(&p->hashSync);
448 MtSync_Destruct(&p->hashSync);
485 RINOK(MtSync_Create(&p->hashSync, HashThreadFunc2, p, kMtHashNumBlocks));