Searched refs:hardware_threads_is_mt (Results 1 – 3 of 3) sorted by relevance
435 if (hardware_threads_is_mt()) { in coder_set_compression_settings()461 if (opt_format == FORMAT_XZ && hardware_threads_is_mt()) { in coder_set_compression_settings()557 if (opt_format == FORMAT_XZ && hardware_threads_is_mt()) { in coder_set_compression_settings()835 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);
108 hardware_threads_is_mt(void) in hardware_threads_is_mt() function