Home
last modified time | relevance | path

Searched refs:hardware_threads_is_mt (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/xz/src/xz/
H A Dcoder.c225 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()
H A Dhardware.h27 extern bool hardware_threads_is_mt(void);
H A Dhardware.c105 hardware_threads_is_mt(void) in hardware_threads_is_mt() function