Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/common/
H A Dstream_decoder_mt.c499 threads_end(struct lzma_stream_coder *coder, const lzma_allocator *allocator) in threads_end() function
1587 threads_end(coder, allocator); in stream_decode_mt()
1787 threads_end(coder, allocator); in stream_decoder_mt_end()
1947 threads_end(coder, allocator); in stream_decoder_mt_init()
H A Dstream_encoder_mt.c474 threads_end(lzma_stream_coder *coder, const lzma_allocator *allocator) in threads_end() function
897 threads_end(coder, allocator); in stream_encoder_mt_end()
1113 threads_end(coder, allocator); in stream_encoder_mt_init()
/freebsd/contrib/xz/
H A DChangeLog1693 the pool. The input buffer will be freed when threads_end() is called.
1726 an error. The resources will be cleaned up when threads_end() is
1727 called (reinitializing the decoder always calls threads_end()).