Searched refs:opt_threads (Results 1 – 1 of 1) sorted by relevance
245 uint32_t opt_threads; member387 xar->opt_threads = 1; in archive_write_set_format_xar()510 xar->opt_threads = (int)strtoul(value, &endptr, 10); in xar_options()512 xar->opt_threads = 1; in xar_options()519 if (xar->opt_threads == 0) { in xar_options()521 xar->opt_threads = lzma_cputhreads(); in xar_options()523 xar->opt_threads = 1; in xar_options()3095 xar->opt_compression_level, xar->opt_threads); in xar_compression_init_encoder()