Home
last modified time | relevance | path

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

/external/lzma/C/
DMtCoder.c159 p->stopReading = False; in CMtThread_Prepare()
196 if (p->stopReading) in MtThread_Process()
198 next->stopReading = True; in MtThread_Process()
207 next->stopReading = *stop = (size != p->mtCoder->blockSize); in MtThread_Process()
238 next->stopReading = True; in ThreadFunc()
312 p->threads[0].stopReading = True; in MtCoder_Code()
DMtCoder.h61 Bool stopReading; member