Home
last modified time | relevance | path

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

12345

/dports/benchmarks/iperf/iperf-2.1.4/include/
H A DThread.h78 #define HAVE_THREAD 1 macro
85 #define HAVE_THREAD 1
92 #undef HAVE_THREAD
/dports/benchmarks/iperf/iperf-2.1.4/src/
H A Dmain.cpp280 #ifdef HAVE_THREAD in main()
312 #ifdef HAVE_THREAD in Sig_Interupt()
427 #ifdef HAVE_THREAD in ServiceStart()
470 #ifdef HAVE_THREAD in ServiceStop()
/dports/sysutils/snapraid/snapraid-12.1/cmdline/
H A Dportable.h245 #define HAVE_THREAD 1 macro
270 #define HAVE_THREAD 1 macro
498 #if HAVE_THREAD
H A Dio.h90 #if HAVE_THREAD
150 #if HAVE_THREAD
H A Dsupport.c28 #if HAVE_THREAD
35 #if HAVE_THREAD in lock_msg()
42 #if HAVE_THREAD in unlock_msg()
49 #if HAVE_THREAD in lock_memory()
56 #if HAVE_THREAD in unlock_memory()
63 #if HAVE_THREAD in lock_init()
72 #if HAVE_THREAD in lock_done()
1556 #if HAVE_THREAD
H A Dscan.c33 #if HAVE_THREAD
79 #if HAVE_THREAD in scan_alloc()
88 #if HAVE_THREAD in scan_free()
97 #if HAVE_THREAD in stamp_lock()
106 #if HAVE_THREAD in stamp_unlock()
1646 #if HAVE_THREAD in state_diffscan()
1656 #if HAVE_THREAD in state_diffscan()
H A Dio.c279 #if HAVE_THREAD
880 #if HAVE_THREAD in io_init()
971 #if HAVE_THREAD in io_init()
1017 #if HAVE_THREAD in io_done()
H A Delem.c751 #if HAVE_THREAD in disk_alloc()
801 #if HAVE_THREAD in disk_free()
810 #if HAVE_THREAD in disk_start_thread()
819 #if HAVE_THREAD in fs_lock()
829 #if HAVE_THREAD in fs_unlock()
H A Dsupport.h416 #if HAVE_THREAD
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/compress-zstd-1.1.2/
H A Dinstall.sh19HAVE_THREAD := $(shell [ "$(HAVE_PTHREAD)" -eq "1" -o -n "$(filter Windows%,$(OS))" ] && echo 1 ||…
20 ifeq ($(HAVE_THREAD), 1)
/dports/net-im/centerim/centerim-4.22.10/libjabber/
H A Djconn.c23 #ifdef HAVE_THREAD
564 #ifdef HAVE_THREAD in jabber_send_file()
650 #ifdef HAVE_THREAD in jabber_send_file_fd()
716 #ifdef HAVE_THREAD in jabber_get_file()
799 #ifdef HAVE_THREAD in jabber_recieve_file_fd()
898 #ifdef HAVE_THREAD in jabber_recieve_file_fd_http()
H A Djabber.h45 #ifdef HAVE_THREAD
83 #ifdef HAVE_THREAD
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dthreadpool.h31 #if HAVE_THREAD
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dthreadpool.h31 #if HAVE_THREAD
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dthreadpool.h31 #if HAVE_THREAD
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dthreadpool.h31 #if HAVE_THREAD
/dports/benchmarks/iperf/iperf-2.1.4/compat/
H A DThread.c287 #ifdef HAVE_THREAD in thread_stop()
570 #if defined(HAVE_THREAD) in thread_rest()
/dports/audio/libshout/libshout-2.4.5/src/
H A DMakefile.am5 if HAVE_THREAD
/dports/audio/mixxx/mixxx-2.3.0/lib/libshout-idjc/src/
H A DMakefile.am5 if HAVE_THREAD
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/compress-zstd-1.1.3/
H A Dinstall.sh32 ifeq ($(HAVE_THREAD), 1)
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/zstd/programs/
H A DMakefile90 HAVE_THREAD := $(shell [ "$(HAVE_PTHREAD)" -eq "1" -o -n "$(filter Windows%,$(OS))" ] && echo 1 || … macro
91 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 compilation with multithread support, using HAVE_THREAD=1.
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/programs/
H A DMakefile100 HAVE_THREAD := $(shell [ "$(HAVE_PTHREAD)" -eq "1" -o -n "$(filter Windows%,$(OS))" ] && echo 1 || … macro
101 ifeq ($(HAVE_THREAD), 1)
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/programs/
H A DMakefile100 HAVE_THREAD := $(shell [ "$(HAVE_PTHREAD)" -eq "1" -o -n "$(filter Windows%,$(OS))" ] && echo 1 || … macro
101 ifeq ($(HAVE_THREAD), 1)
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/programs/
H A DMakefile100 HAVE_THREAD := $(shell [ "$(HAVE_PTHREAD)" -eq "1" -o -n "$(filter Windows%,$(OS))" ] && echo 1 || … macro
101 ifeq ($(HAVE_THREAD), 1)

12345