Searched refs:threads_max (Results 1 – 2 of 2) sorted by relevance
18 static uint32_t threads_max = 1; variable40 threads_max = lzma_cputhreads(); in hardware_threads_set()41 if (threads_max == 0) in hardware_threads_set()42 threads_max = 1; in hardware_threads_set()44 threads_max = 1; in hardware_threads_set()47 threads_max = n; in hardware_threads_set()57 return threads_max; in hardware_threads_get()
150 uint32_t threads_max; member532 if (coder->threads_initialized == coder->threads_max) in get_thread()1008 coder->threads_max = 0; in stream_encoder_mt_init()1020 if (coder->threads_max != options->threads) { in stream_encoder_mt_init()1024 coder->threads_max = 0; in stream_encoder_mt_init()1035 coder->threads_max = options->threads; in stream_encoder_mt_init()