Home
last modified time | relevance | path

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

/external/lzma/C/
DMtCoder.c161 p->stopReading = False; in CMtThread_Prepare()
198 if (p->stopReading) in MtThread_Process()
200 next->stopReading = True; in MtThread_Process()
209 next->stopReading = *stop = (size != p->mtCoder->blockSize); in MtThread_Process()
240 next->stopReading = True; in ThreadFunc()
314 p->threads[0].stopReading = True; in MtCoder_Code()
DMtCoder.h61 Bool stopReading; member