Searched refs:hardware_threads_get (Results 1 – 3 of 3) sorted by relevance
214 if (hardware_threads_get() > 1) { in coder_set_compression_settings()228 if (opt_format == FORMAT_XZ && hardware_threads_get() > 1) { in coder_set_compression_settings()229 mt_options.threads = hardware_threads_get(); in coder_set_compression_settings()303 uint64_to_str(hardware_threads_get(), 0), in coder_set_compression_settings()449 if (hardware_threads_get() > 1) in coder_init()577 assert(hardware_threads_get() == 1); in split_block()605 if (hardware_threads_get() == 1 && opt_block_size > 0 in split_block()651 if (hardware_threads_get() == 1 && opt_block_size > 0) in coder_normal()665 assert(hardware_threads_get() == 1); in coder_normal()735 assert(hardware_threads_get() == 1); in coder_normal()
22 extern uint32_t hardware_threads_get(void);
55 hardware_threads_get(void) in hardware_threads_get() function