Searched refs:hardware_threads_is_mt (Results 1 – 3 of 3) sorted by relevance
225 if (hardware_threads_is_mt()) { in coder_set_compression_settings()242 if (opt_format == FORMAT_XZ && hardware_threads_is_mt()) { in coder_set_compression_settings()296 if (opt_format == FORMAT_XZ && hardware_threads_is_mt()) { in coder_set_compression_settings()525 if (hardware_threads_is_mt()) in coder_init()731 assert(!hardware_threads_is_mt()); in split_block()759 if (!hardware_threads_is_mt() && opt_block_size > 0 in split_block()819 if (!hardware_threads_is_mt() && opt_block_size > 0) in coder_normal()833 assert(!hardware_threads_is_mt()); in coder_normal()897 assert(!hardware_threads_is_mt()); in coder_normal()
27 extern bool hardware_threads_is_mt(void);
105 hardware_threads_is_mt(void) in hardware_threads_is_mt() function