/openbmc/qemu/tests/tcg/multiarch/ |
H A D | Makefile.target | 39 munmap-pthread: CFLAGS+=-pthread 40 munmap-pthread: LDFLAGS+=-pthread 42 vma-pthread: CFLAGS+=-pthread 43 vma-pthread: LDFLAGS+=-pthread 45 sigreturn-sigmask: CFLAGS+=-pthread 46 sigreturn-sigmask: LDFLAGS+=-pthread 51 run-vma-pthread: vma-pthread 53 run-plugin-vma-pthread-with-%: vma-pthread 184 test-plugin-mem-access: CFLAGS+=-pthread -O0 185 test-plugin-mem-access: LDFLAGS+=-pthread -O0
|
/openbmc/openbmc/meta-security/recipes-ids/aide/aide/ |
H A D | m4_allow.patch | 31 AC_MSG_CHECKING(for pthread for multithreading) 32 …AC_ARG_WITH([pthread], AS_HELP_STRING([--with-pthread], [use pthread for multithreading (default: … 34 compoptionstring="${compoptionstring}use pthread: $with_pthread\\n" 36 - AX_PTHREAD([AC_DEFINE(WITH_PTHREAD,1,[use pthread])], [AC_MSG_ERROR([AIDE requires pthread])])
|
/openbmc/linux/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
|
/openbmc/openbmc/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])
|
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/ |
H A D | 0001-pkgconfig.patch | 23 src/gpgme-pthread.pc.in | 15 +++++ 27 create mode 100644 src/gpgme-pthread.pc.in 37 +AC_CONFIG_FILES(src/gpgme-pthread.pc) 50 +pkgconfig_DATA = gpgme.pc gpgme-glib.pc gpgme-pthread.pc 55 + gpgme.pc.in gpgme-glib.pc.in gpgme-pthread.pc.in 59 diff --git a/src/gpgme-pthread.pc.in b/src/gpgme-pthread.pc.in 63 +++ b/src/gpgme-pthread.pc.in 167 - AC_MSG_CHECKING(for GPGME pthread - version >= $min_gpgme_version) 192 + PKG_CHECK_MODULES(GPGME_PTHREAD, [gpgme-pthread >= $min_gpgme_version], [ok=yes], [ok=no]) 202 + tmp=`$PKG_CONFIG --variable=api_version gpgme-pthread 2>/dev/null || echo 0`
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/ |
H A D | 0001-make-set-soname-on-liblmdb.patch | 19 # $(CC) $(LDFLAGS) -pthread -shared -Wl,-Bsymbolic -o $@ mdb.o midl.o $(SOLIBS) 20 - $(CC) $(LDFLAGS) -pthread -shared -o $@ mdb.lo midl.lo $(SOLIBS) 21 + $(CC) $(LDFLAGS) -pthread -shared -Wl,-soname,$@ -o $@ mdb.lo midl.lo $(SOLIBS)
|
/openbmc/linux/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()
|
/openbmc/linux/tools/mm/ |
H A D | Makefile | 11 CFLAGS += -Wall -Wextra -I../lib/ -pthread 12 LDFLAGS += $(LIBS) -pthread
|
/openbmc/linux/tools/testing/selftests/arm64/mte/ |
H A D | Makefile | 4 CFLAGS += -std=gnu99 -I. -pthread 5 LDFLAGS += -pthread
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
H A D | libpthread-stubs_0.5.bb | 1 SUMMARY = "Library that provides weak aliases for pthread functions" 2 DESCRIPTION = "This library provides weak aliases for pthread functions \
|
/openbmc/linux/tools/testing/selftests/sync/ |
H A D | Makefile | 2 CFLAGS += -O2 -g -std=gnu89 -pthread -Wall -Wextra 4 LDFLAGS += -pthread
|
/openbmc/qemu/tests/tcg/x86_64/ |
H A D | Makefile.target | 31 cross-modifying-code: CFLAGS+=-pthread 32 cross-modifying-code: LDFLAGS+=-pthread
|
/openbmc/openbmc/meta-security/recipes-ids/aide/ |
H A D | aide_0.18.8.bb | 19 PACKAGECONFIG ??=" gcrypt zlib e2fsattrs posix capabilities curl pthread \ 33 PACKAGECONFIG[pthread] = "--with-pthread,"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wavemon/ |
H A D | wavemon_0.9.6.bb | 20 # Reorder -pthread flag on the command line. 22 CC='${CC}' CFLAGS='${CFLAGS} -pthread -I${STAGING_INCDIR}/libnl3' \
|
/openbmc/linux/tools/virtio/ringtest/ |
H A D | Makefile | 7 CFLAGS += -pthread -O2 -ggdb -flto -fwhole-program 8 LDFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tokyocabinet/tokyocabinet/ |
H A D | 0001-configure-Fix-check-functions-for-AC_CHECK_LIB-test.patch | 26 - AC_CHECK_LIB(pthread, main) 28 + AC_CHECK_LIB(pthread, pthread_create)
|
/openbmc/linux/tools/virtio/ |
H A D | Makefile | 19 CFLAGS += -pthread 20 LDFLAGS += -pthread
|
/openbmc/linux/include/acpi/platform/ |
H A D | aclinux.h | 202 #define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread)) argument
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/ |
H A D | 0005-Add-DRM-KMS-example-support.patch | 31 …arget_link_libraries(main lvgl lvgl::examples lvgl::demos lvgl::thorvg ${SDL2_LIBRARIES} m pthread) 35 …(main lvgl lvgl::examples lvgl::demos lvgl::thorvg ${SDL2_LIBRARIES} ${Libdrm_LIBRARIES} m pthread)
|
H A D | 0006-Add-SDL2-example-support.patch | 40 …(main lvgl lvgl::examples lvgl::demos lvgl::thorvg ${SDL2_LIBRARIES} ${Libdrm_LIBRARIES} m pthread) 45 …s lvgl::demos lvgl::thorvg ${SDL2_LIBRARIES} ${SDL2_IMAGE_LIBRARIES} ${Libdrm_LIBRARIES} m pthread)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libvncserver/ |
H A D | libvncserver_0.9.14.bb | 17 pthread \ 35 PACKAGECONFIG[pthread] = "-DWITH_THREADS=ON,-DWITH_THREADS=OFF,"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
H A D | 0001-include-missing-system-headers.patch | 39 #include <pthread.h> 115 +#include <pthread.h> 136 +#include <pthread.h>
|
H A D | 0001-configure-Check-for-function-from-respective-library.patch | 44 -AC_CHECK_LIB(pthread,main) 47 +AC_CHECK_LIB(pthread,pthread_create)
|
/openbmc/openpower-hw-diags/ |
H A D | meson.build | 76 pthread = declare_dependency(link_args : '-pthread') variable 119 dependencies : [lrt, pthread, libhei_dep, nlohmann_json_dep, phosphor_logging_dep ],
|
/openbmc/openbmc/meta-phosphor/recipes-graphics/libvncserver/ |
H A D | libvncserver_%.bbappend | 1 PACKAGECONFIG = "jpeg lzo systemd zlib openssl pthread"
|