Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A DMakefile68 HAVE_THREAD := $(shell [ "$(HAVE_PTHREAD)" -eq "1" -o -n "$(filter Windows%,$(OS))" ] && echo 1 || … macro
69 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`.
/freebsd/sys/contrib/zstd/
H A DCHANGELOG440 cli : changed : Multithreading enabled by default (use target zstd-nomt or HAVE_THREAD=0 to disable)