Searched refs:opt_threads (Results 1 – 1 of 1) sorted by relevance
244 uint32_t opt_threads; member386 xar->opt_threads = 1; in archive_write_set_format_xar()509 xar->opt_threads = (int)strtoul(value, &endptr, 10); in xar_options()511 xar->opt_threads = 1; in xar_options()518 if (xar->opt_threads == 0) { in xar_options()520 xar->opt_threads = lzma_cputhreads(); in xar_options()522 xar->opt_threads = 1; in xar_options()3090 xar->opt_compression_level, xar->opt_threads); in xar_compression_init_encoder()