Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c34 THR_FINISH, enumerator
281 lzma_action action = state == THR_FINISH in worker_encode()
302 assert(state == THR_FINISH); in worker_encode()
358 return THR_FINISH; in worker_encode()
392 if (state <= THR_FINISH) in worker_start()
411 if (state == THR_FINISH) { in worker_start()
640 coder->thr->state = THR_FINISH; in stream_encode_in()