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()504 xar->opt_threads = (int)strtoul(value, &endptr, 10); in xar_options()506 xar->opt_threads = 1; in xar_options()513 if (xar->opt_threads == 0) { in xar_options()515 xar->opt_threads = lzma_cputhreads(); in xar_options()517 xar->opt_threads = 1; in xar_options()3065 xar->opt_compression_level, xar->opt_threads); in xar_compression_init_encoder()