Home
last modified time | relevance | path

Searched refs:MTDEC_PARSE_END (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/C/
H A DMtDec.h64 MTDEC_PARSE_END // end of block threading. But we still can return to threading after Write(&needContinue) enumerator
106 even after MTDEC_PARSE_END
H A DXzDec.c1752 coder->parseState = MTDEC_PARSE_END; in XzDecMt_Callback_Parse()
1800 coder->parseState = MTDEC_PARSE_END; in XzDecMt_Callback_Parse()
1823 cc->state = MTDEC_PARSE_END; in XzDecMt_Callback_Parse()
1826 cc->state = MTDEC_PARSE_END; in XzDecMt_Callback_Parse()
1849 cc->state = MTDEC_PARSE_END; in XzDecMt_Callback_Parse()
1856 cc->state = MTDEC_PARSE_END; in XzDecMt_Callback_Parse()
2133 if (coder->parseState != MTDEC_PARSE_END) in XzDecMt_Callback_Write()
2140 // (coder->state == MTDEC_PARSE_END) means that there are no other working threads in XzDecMt_Callback_Write()
2143 PRF_STR_INT("Write MTDEC_PARSE_END", me->mtc.inProcessed) in XzDecMt_Callback_Write()
H A DLzma2DecMt.c387 cc->state = MTDEC_PARSE_END; in Lzma2DecMt_MtCallback_Parse()
552 || t->state == MTDEC_PARSE_END) in Lzma2DecMt_MtCallback_Write()
H A DMtDec.c441 if (parse.state == MTDEC_PARSE_END) in MtDec_ThreadFunc2()
455 if (parse.state == MTDEC_PARSE_END) in MtDec_ThreadFunc2()

Completed in 7 milliseconds