Home
last modified time | relevance | path

Searched refs:have_pthread (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/ftp/fastdfs/fastdfs-6.06/
H A Dmake.sh61 have_pthread=0
64 have_pthread=1
69 have_pthread=1
76 have_pthread=1
82 have_pthread=1
88 have_pthread=1
93 if [ $have_pthread -eq 0 ] && [ "$uname" != "Darwin" ]; then
/dports/ftp/php-fastdfs/fastdfs-6.06/
H A Dmake.sh69 have_pthread=0
72 have_pthread=1
77 have_pthread=1
84 have_pthread=1
90 have_pthread=1
96 have_pthread=1
101 if [ $have_pthread -eq 0 ] && [ "$uname" != "Darwin" ]; then
/dports/print/cups/cups-2.3.3op2/config-scripts/
H A Dcups-threads.m412 have_pthread=no
26 have_pthread=yes,
28 AC_MSG_RESULT([$have_pthread])
30 if test $have_pthread = yes; then
/dports/multimedia/vlc/vlc-3.0.16/contrib/src/gcrypt/
H A Dfix-pthread-detection.patch7 -have_pthread=no
15 - AC_CHECK_LIB(pthread,pthread_create,have_pthread=yes)
16 - if test "$have_pthread" = yes; then
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/compress-zstd-1.1.2/
H A Dinstall.sh17 …in(void) { return 0; }' | $(CC) $(FLAGS) -o have_pthread$(EXT) -x c - -pthread 2> $(VOID) && rm ha…
18 …in(void) { return 0; }' | $(CC) $(FLAGS) -o have_pthread$(EXT) -x c - -pthread 2> $(VOID) && rm ha…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ots/
H A Dconfigure.ac55 have_pthread=false
56 AX_PTHREAD([have_pthread=true])
57 if $have_pthread; then
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ots/
H A Dconfigure.ac55 have_pthread=false
56 AX_PTHREAD([have_pthread=true])
57 if $have_pthread; then
/dports/graphics/cairo/cairo-1.17.4/build/
H A Dconfigure.ac.pthread34 dnl have_pthread="yes" | "no (<errmsg)"
219 have_pthread="no"
224 [have_pthread=yes],
229 if test "x$have_pthread" != "xyes"; then
230 have_pthread="$have_real_pthread";
240 if test "x$have_pthread" = "xyes"; then
246 if test "x$enable_pthread" = "xyes" -a "x$have_pthread" != "xyes"; then
251 use_pthread="$have_pthread"
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/build/
H A Dconfigure.ac.pthread34 dnl have_pthread="yes" | "no (<errmsg)"
219 have_pthread="no"
224 [have_pthread=yes],
229 if test "x$have_pthread" != "xyes"; then
230 have_pthread="$have_real_pthread";
240 if test "x$have_pthread" = "xyes"; then
246 if test "x$enable_pthread" = "xyes" -a "x$have_pthread" != "xyes"; then
251 use_pthread="$have_pthread"
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dconfigure.ac398 AC_CHECK_FUNC(pthread_create,have_pthread=1,have_pthread=0)
399 AS_IF([test $have_pthread -eq 0],
401 [ AC_CHECK_LIB(pthread,pthread_create,have_pthread=1,have_pthread=0)
402 AS_IF([test $have_pthread -eq 1],[threadlib=-lpthread],[threadlib=])
412 AC_SUBST(have_pthread) subst
/dports/devel/libgutenfetch/libgutenfetch-1.2/
H A Dconfigure.in143 have_pthread=yes
150 have_pthread=no
189 echo "- Enable threading ................. : $have_pthread"
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/programs/
H A DMakefile99have_pthread.c && $(CC) $(FLAGS) -o have_pthread$(EXT) have_pthread.c -pthread 2> $(VOID) && rm h…
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/programs/
H A DMakefile99have_pthread.c && $(CC) $(FLAGS) -o have_pthread$(EXT) have_pthread.c -pthread 2> $(VOID) && rm h…
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/programs/
H A DMakefile99have_pthread.c && $(CC) $(FLAGS) -o have_pthread$(EXT) have_pthread.c -pthread 2> $(VOID) && rm h…
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/programs/
H A DMakefile99have_pthread.c && $(CC) $(FLAGS) -o have_pthread$(EXT) have_pthread.c -pthread 2> $(VOID) && rm h…
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/programs/
H A DMakefile99have_pthread.c && $(CC) $(FLAGS) -o have_pthread$(EXT) have_pthread.c -pthread 2> $(VOID) && rm h…
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/programs/
H A DMakefile99have_pthread.c && $(CC) $(FLAGS) -o have_pthread$(EXT) have_pthread.c -pthread 2> $(VOID) && rm h…
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/zstd/programs/
H A DMakefile99have_pthread.c && $(CC) $(FLAGS) -o have_pthread$(EXT) have_pthread.c -pthread 2> $(VOID) && rm h…
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/programs/
H A DMakefile140have_pthread.c && $(CC) $(FLAGS) -o have_pthread$(EXT) have_pthread.c -pthread 2> $(VOID) && rm h…
/dports/emulators/citra/citra-ac98458e0/externals/zstd/programs/
H A DMakefile140have_pthread.c && $(CC) $(FLAGS) -o have_pthread$(EXT) have_pthread.c -pthread 2> $(VOID) && rm h…
/dports/emulators/citra-qt5/citra-ac98458e0/externals/zstd/programs/
H A DMakefile140have_pthread.c && $(CC) $(FLAGS) -o have_pthread$(EXT) have_pthread.c -pthread 2> $(VOID) && rm h…
/dports/devel/npth/npth-1.6/
H A Dconfigure.ac259 have_pthread=no
262 have_pthread=yes
265 have_pthread=yes
269 if test "$have_pthread" != no; then
337 if test "$have_pthread" = "no"; then
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/zstd-sys-1.4.18+zstd.1.4.7/zstd/programs/
H A DMakefile140have_pthread.c && $(CC) $(FLAGS) -o have_pthread$(EXT) have_pthread.c -pthread 2> $(VOID) && rm h…
/dports/graphics/argyllcms/Argyll_V1.9.2/xml/
H A Dconfigure.in124 have_pthread=no
139 have_pthread=yes)
140 AC_MSG_RESULT([$have_pthread])
143 if test $have_pthread = yes; then
/dports/textproc/mxml/mxml-3.1/
H A Dconfigure.ac128 have_pthread=no
143 have_pthread=yes)
144 AC_MSG_RESULT([$have_pthread])
147 if test $have_pthread = yes; then

12345678