Home
last modified time | relevance | path

Searched refs:threads_max (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/xz/src/xz/
H A Dhardware.c18 static uint32_t threads_max = 1; variable
40 threads_max = lzma_cputhreads(); in hardware_threads_set()
41 if (threads_max == 0) in hardware_threads_set()
42 threads_max = 1; in hardware_threads_set()
44 threads_max = 1; in hardware_threads_set()
47 threads_max = n; in hardware_threads_set()
57 return threads_max; in hardware_threads_get()
/dflybsd-src/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c150 uint32_t threads_max; member
532 if (coder->threads_initialized == coder->threads_max) in get_thread()
1008 coder->threads_max = 0; in stream_encoder_mt_init()
1020 if (coder->threads_max != options->threads) { in stream_encoder_mt_init()
1024 coder->threads_max = 0; in stream_encoder_mt_init()
1035 coder->threads_max = options->threads; in stream_encoder_mt_init()