Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/common/
H A Dstream_decoder_mt.c532 threads_stop(struct lzma_stream_coder *coder) in threads_stop() function
856 threads_stop(coder); in read_output_and_wait()
1146 threads_stop(coder); in stream_decode_mt()
1431 threads_stop(coder); in stream_decode_mt()
1438 threads_stop(coder); in stream_decode_mt()
1469 threads_stop(coder); in stream_decode_mt()
1506 threads_stop(coder); in stream_decode_mt()
H A Dstream_encoder_mt.c445 threads_stop(lzma_stream_coder *coder, bool wait_for_threads) in threads_stop() function
768 threads_stop(coder, false); in stream_encode_mt()
781 threads_stop(coder, false); in stream_encode_mt()
789 threads_stop(coder, false); in stream_encode_mt()
1131 threads_stop(coder, true); in stream_encoder_mt_init()
/freebsd/contrib/xz/
H A DChangeLog1722 The main thread can directly set THR_IDLE in threads_stop() which is
1723 called when errors are detected. threads_stop() won't return the stopped