Home
last modified time | relevance | path

Searched refs:pthread (Results 1 – 25 of 129) sorted by relevance

123456

/openbmc/qemu/tests/tcg/multiarch/
H A DMakefile.target39 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 Dm4_allow.patch31 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 DMakefile21 $(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 D0001-configure.ac.in-fix-configure-error.patch24 -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 D0001-pkgconfig.patch23 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 D0001-make-set-soname-on-liblmdb.patch19 # $(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 Dsched-pipe.c34 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 DMakefile11 CFLAGS += -Wall -Wextra -I../lib/ -pthread
12 LDFLAGS += $(LIBS) -pthread
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A DMakefile4 CFLAGS += -std=gnu99 -I. -pthread
5 LDFLAGS += -pthread
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibpthread-stubs_0.5.bb1 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 DMakefile2 CFLAGS += -O2 -g -std=gnu89 -pthread -Wall -Wextra
4 LDFLAGS += -pthread
/openbmc/qemu/tests/tcg/x86_64/
H A DMakefile.target31 cross-modifying-code: CFLAGS+=-pthread
32 cross-modifying-code: LDFLAGS+=-pthread
/openbmc/openbmc/meta-security/recipes-ids/aide/
H A Daide_0.18.8.bb19 PACKAGECONFIG ??=" gcrypt zlib e2fsattrs posix capabilities curl pthread \
33 PACKAGECONFIG[pthread] = "--with-pthread,"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wavemon/
H A Dwavemon_0.9.6.bb20 # Reorder -pthread flag on the command line.
22 CC='${CC}' CFLAGS='${CFLAGS} -pthread -I${STAGING_INCDIR}/libnl3' \
/openbmc/linux/tools/virtio/ringtest/
H A DMakefile7 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 D0001-configure-Fix-check-functions-for-AC_CHECK_LIB-test.patch26 - AC_CHECK_LIB(pthread, main)
28 + AC_CHECK_LIB(pthread, pthread_create)
/openbmc/linux/tools/virtio/
H A DMakefile19 CFLAGS += -pthread
20 LDFLAGS += -pthread
/openbmc/linux/include/acpi/platform/
H A Daclinux.h202 #define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread)) argument
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/
H A D0005-Add-DRM-KMS-example-support.patch31 …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 D0006-Add-SDL2-example-support.patch40 …(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 Dlibvncserver_0.9.14.bb17 pthread \
35 PACKAGECONFIG[pthread] = "-DWITH_THREADS=ON,-DWITH_THREADS=OFF,"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A D0001-include-missing-system-headers.patch39 #include <pthread.h>
115 +#include <pthread.h>
136 +#include <pthread.h>
H A D0001-configure-Check-for-function-from-respective-library.patch44 -AC_CHECK_LIB(pthread,main)
47 +AC_CHECK_LIB(pthread,pthread_create)
/openbmc/openpower-hw-diags/
H A Dmeson.build76 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 Dlibvncserver_%.bbappend1 PACKAGECONFIG = "jpeg lzo systemd zlib openssl pthread"

123456