Home
last modified time | relevance | path

Searched refs:HAVE_THREAD (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/zstd/programs/
H A DMakefile141 HAVE_THREAD := $(shell [ "$(HAVE_PTHREAD)" -eq "1" -o -n "$(filter Windows%,$(OS))" ] && echo 1 || … macro
142 ifeq ($(HAVE_THREAD), 1)
H A DREADME.md17 It's possible to disable multithread support, by setting `HAVE_THREAD=0`.
18 Example : `make zstd HAVE_THREAD=0`
19 It's also possible to force multithread support, using `HAVE_THREAD=1`.
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG335 cli : changed : Multithreading enabled by default (use target zstd-nomt or HAVE_THREAD=0 to disable)