Searched refs:hardware_threads_is_mt (Results 1 – 3 of 3) sorted by relevance
438 if (hardware_threads_is_mt()) { in coder_set_compression_settings()464 if (opt_format == FORMAT_XZ && hardware_threads_is_mt()) { in coder_set_compression_settings()560 if (opt_format == FORMAT_XZ && hardware_threads_is_mt()) { in coder_set_compression_settings()838 if (hardware_threads_is_mt()) in coder_init()1046 assert(!hardware_threads_is_mt()); in split_block()1101 if (!hardware_threads_is_mt() && opt_block_size > 0 in split_block()1163 if (!hardware_threads_is_mt() && opt_block_size > 0) in coder_normal()1177 assert(!hardware_threads_is_mt()); in coder_normal()1251 assert(!hardware_threads_is_mt()); in coder_normal()
26 extern bool hardware_threads_is_mt(void);
104 hardware_threads_is_mt(void) in hardware_threads_is_mt() function