Searched refs:threads_end (Results 1 – 3 of 3) sorted by relevance
499 threads_end(struct lzma_stream_coder *coder, const lzma_allocator *allocator) in threads_end() function1587 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()
474 threads_end(lzma_stream_coder *coder, const lzma_allocator *allocator) in threads_end() function897 threads_end(coder, allocator); in stream_encoder_mt_end()1113 threads_end(coder, allocator); in stream_encoder_mt_init()
1693 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() is1727 called (reinitializing the decoder always calls threads_end()).