| /OK3568_Linux_fs/buildroot/package/harfbuzz/ |
| H A D | 0001-meson.build-check-for-pthread.h.patch | 4 Subject: [PATCH] meson.build: check for pthread.h 6 Check for pthread.h otherwise the build will fail with some toolchains 7 that have libphtread.so but not pthread.h: 11 ../src/hb-mutex.hh:53:10: fatal error: pthread.h: No such file or directory 12 #include <pthread.h> 15 Moreover, fix detection of pthread fallback 34 + if cpp.has_header('pthread.h')
|
| /OK3568_Linux_fs/external/xserver/m4/ |
| H A D | ax_pthread.m4 | 36 # Also HAVE_PTHREAD_PRIO_INHERIT is defined if pthread is found and the 93 # We used to check for pthread.h first, but this fails if pthread.h 123 # which indicates that we try without any flags at all, and "pthread-config" 126 …ags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -m… 134 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) 135 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) 136 # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) 137 # -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads) 144 # pthread: Linux, etcetera 146 # pthread-config: use pthread-config program (for GNU Pth library) [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/ |
| H A D | Makefile | 21 $(OUTPUT)/tm-tmspr: CFLAGS += -pthread 22 $(OUTPUT)/tm-vmx-unavail: CFLAGS += -pthread -m64 24 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx 25 $(OUTPUT)/tm-trap: CFLAGS += -O0 -pthread -m64 26 $(OUTPUT)/tm-signal-context-force-tm: CFLAGS += -pthread -m64 27 $(OUTPUT)/tm-signal-pagefault: CFLAGS += -pthread -m64
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/gpgme/gpgme/ |
| H A D | 0001-pkgconfig.patch | 21 src/gpgme-pthread.pc.in | 15 ++++++ 25 create mode 100644 src/gpgme-pthread.pc.in 35 +AC_CONFIG_FILES(src/gpgme-pthread.pc) 48 +pkgconfig_DATA = gpgme.pc gpgme-glib.pc gpgme-pthread.pc 53 + gpgme.pc.in gpgme-glib.pc.in gpgme-pthread.pc.in 57 diff --git a/src/gpgme-pthread.pc.in b/src/gpgme-pthread.pc.in 61 +++ b/src/gpgme-pthread.pc.in 163 - AC_MSG_CHECKING(for GPGME pthread - version >= $min_gpgme_version) 166 - if `$GPGME_CONFIG --thread=pthread 2> /dev/null` ; then 190 + PKG_CHECK_MODULES(GPGME_PTHREAD, [gpgme-pthread >= $min_gpgme_version], [ok=yes], [ok=no]) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntopng/files/ |
| H A D | 0001-configure.ac.in-fix-configure-error.patch | 24 -AC_CACHE_CHECK([if pthread rwlocks are supported], [my_cv_rw_locks_supported], [ 26 - #include <pthread.h> 36 +AC_CACHE_CHECK([if pthread rwlocks are supported], [my_cv_rw_locks_supported]) 39 AC_DEFINE_UNQUOTED(HAVE_RW_LOCK, 1, [pthread rwlocks supported])
|
| /OK3568_Linux_fs/buildroot/package/mongrel2/ |
| H A D | 0002-Fix-Makefiles-for-cross-compilation.patch | 29 …no-implicit-fallthrough -Wno-unused-const-variable -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread 30 …no-implicit-fallthrough -Wno-unused-const-variable -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread 61 -CFLAGS=-DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall $(OPTFLAGS) 62 +override CFLAGS=-DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall $(OPTFLAGS) 71 -CFLAGS=-DNDEBUG -pthread -g -I../../src -Wall $(OPTFLAGS) 72 +override CFLAGS=-DNDEBUG -pthread -g -I../../src -Wall $(OPTFLAGS)
|
| /OK3568_Linux_fs/buildroot/package/libroxml/ |
| H A D | 0001-src-roxml_mem.h-add-missing-extern.patch | 9 …pthread -version-info 0:0:0 -o libroxml.la -rpath /usr/lib src/libroxml_la-roxml_core.lo src/libr… 10 …ml_la-roxml_file.o src/.libs/libroxml_la-roxml_xpath.o -O2 -pthread -pthread -pthread -Wl,-so…
|
| /OK3568_Linux_fs/kernel/tools/lib/lockdep/ |
| H A D | run_tests.sh | 13 if gcc -o "tests/$testname" -pthread "$i" liblockdep.a -Iinclude -D__USE_LIBLOCKDEP && 25 if gcc -o "tests/$testname" -pthread -Iinclude "$i" && 38 if gcc -o "tests/$testname" -pthread -Iinclude "$i" &&
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0018-Revert-Fix-workaround-in-pthread-destructor.patch | 4 Subject: [PATCH] Revert "Fix workaround in pthread destructor" 10 81ce2d1d6f Fix workaround in pthread destructor 11 8867e0eaa7 Revert "Remove pthread storage for thread local data" 12 78665d8a0c Remove pthread storage for thread local data 47 - // if they are internally using pthread-specific data management,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/ |
| H A D | 0001-make-set-soname-on-liblmdb.patch | 17 # $(CC) $(LDFLAGS) -pthread -shared -Wl,-Bsymbolic -o $@ mdb.o midl.o $(SOLIBS) 18 - $(CC) $(LDFLAGS) -pthread -shared -o $@ mdb.lo midl.lo $(SOLIBS) 19 + $(CC) $(LDFLAGS) -pthread -shared -Wl,-soname,$@ -o $@ mdb.lo midl.lo $(SOLIBS)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/ |
| H A D | OpenCVModules.cmake | 98 …INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>;… 105 …INTERFACE_LINK_LIBRARIES "opencv_core;\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LI… 112 …opencv_core;opencv_imgproc;\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>… 119 …opencv_core;opencv_imgproc;\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>… 126 …opencv_core;opencv_imgproc;\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>… 133 …_imgproc;opencv_features2d;\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>…
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/ |
| H A D | OpenCVModules.cmake | 98 …INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>;… 105 …INTERFACE_LINK_LIBRARIES "opencv_core;\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LI… 112 …opencv_core;opencv_imgproc;\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>… 119 …opencv_core;opencv_imgproc;\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>… 126 …opencv_core;opencv_imgproc;\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>… 133 …_imgproc;opencv_features2d;\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>…
|
| /OK3568_Linux_fs/buildroot/package/gcc/10.4.0/ |
| H A D | 0004-gcc-define-_REENTRANT-for-OpenRISC-when-pthread-is-p.patch | 4 Subject: [PATCH] gcc: define _REENTRANT for OpenRISC when -pthread is passed 6 The detection of pthread support fails on OpenRISC unless _REENTRANT 24 +#define CPP_SPEC "%{pthread:-D_REENTRANT}"
|
| /OK3568_Linux_fs/buildroot/package/gcc/11.3.0/ |
| H A D | 0003-gcc-define-_REENTRANT-for-OpenRISC-when-pthread-is-p.patch | 4 Subject: [PATCH] gcc: define _REENTRANT for OpenRISC when -pthread is passed 6 The detection of pthread support fails on OpenRISC unless _REENTRANT 24 +#define CPP_SPEC "%{pthread:-D_REENTRANT}"
|
| /OK3568_Linux_fs/external/rkwifibt-app/ |
| H A D | CMakeLists.txt | 33 target_link_libraries(rkwifibt_app_test pthread rkwifibt asound) 37 target_link_libraries(rkwifibt_server pthread rkwifibt) 41 target_link_libraries(rkwifibt_client pthread rkwifibt)
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0004-Fix-GCC-11-Warray-parameter-warning-for-__sigsetjmp-.patch | 12 separate bits/types/ header so it can be included in pthread.h, so 13 that pthread.h can declare __sigsetjmp with the type contents visible, 35 sysdeps/nptl/pthread.h | 5 +-- 130 diff --git a/sysdeps/nptl/pthread.h b/sysdeps/nptl/pthread.h 132 --- a/sysdeps/nptl/pthread.h 133 +++ b/sysdeps/nptl/pthread.h
|
| /OK3568_Linux_fs/buildroot/package/gamin/ |
| H A D | 0003-fix-missing-PTHREAD_MUTEX_RECURSIVE_NP.patch | 17 AC_DEFINE([HAVE_LIBPTHREAD], [], [Define if pthread library is there (-lpthread)]) 18 AC_DEFINE([HAVE_PTHREAD_H], [], [Define if <pthread.h> is there]) 23 + [], [#include <pthread.h>])
|
| /OK3568_Linux_fs/buildroot/package/open62541/ |
| H A D | 0002-arch-posix-CMakeLists.txt-fix-build-without-threads.patch | 30 - #TODO - Error on first make run if pthread is included conditional? 31 - ua_architecture_append_to_library(pthread) 33 ua_architecture_append_to_library(pthread)
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | sched-pipe.c | 34 pthread_t pthread; member 121 ret = pthread_create(&td->pthread, NULL, worker_thread, td); in bench_sched_pipe() 128 ret = pthread_join(td->pthread, NULL); in bench_sched_pipe()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/frr/frr/ |
| H A D | CVE-2022-37035.patch | 7 to a peer, usually during error handling. The io pthread wants 12 Add a new api for use by the io pthread, and adjust the main 99 + * Some callers should not attempt this - the io pthread for example 116 + * Enqueue notification; called from the main pthread, peer object access is ok. 125 + * For use by the io pthread, queueing a notification but avoiding access to
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sync/ |
| H A D | Makefile | 2 CFLAGS += -O2 -g -std=gnu89 -pthread -Wall -Wextra 4 LDFLAGS += -pthread
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | libpthread-stubs_0.4.bb | 1 SUMMARY = "Library that provides weak aliases for pthread functions" 2 DESCRIPTION = "This library provides weak aliases for pthread functions \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/ |
| H A D | 0003-Added-support-for-duktape-as-JS-engine.patch | 80 +# Also HAVE_PTHREAD_PRIO_INHERIT is defined if pthread is found and the 140 +# We used to check for pthread.h first, but this fails if pthread.h 176 +# any flags at all, and "pthread-config" which is a program returning 179 +ax_pthread_flags="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pt… 187 +# -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) 188 +# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads), Tru64 197 +# pthread: Linux, etcetera 199 +# pthread-config: use pthread-config program (for GNU Pth library) 205 + # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) 206 + # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | PTHREAD_STACK_MIN.patch | 8 --- a/src/third_party/boost-1.70.0/boost/thread/pthread/thread_data.hpp 9 +++ b/src/third_party/boost-1.70.0/boost/thread/pthread/thread_data.hpp
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/npth/npth/ |
| H A D | 0001-Revert-Fix-problem-with-regression-tests-on-recent-g.patch | 25 - AC_SEARCH_LIBS([pthread_detach],[pthread]) 27 + AC_SEARCH_LIBS([pthread_create],[pthread])
|