Home
last modified time | relevance | path

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

/dflybsd-src/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c143 lzma_ret thread_error; member
188 if (thr->coder->thread_error == LZMA_OK) in worker_error()
189 thr->coder->thread_error = ret; in worker_error()
604 ret = coder->thread_error; in stream_encode_in()
650 && coder->thread_error == LZMA_OK in wait_for_work()
700 ret = coder->thread_error; in stream_encode_mt()
1015 coder->thread_error = LZMA_OK; in stream_encoder_mt_init()