Home
last modified time | relevance | path

Searched refs:eventloop (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/
H A D0004-use-POSIX-poll.h-instead-of-sys-poll.h.patch18 | In file included from ../../libdbus-c++-0.9.0/src/eventloop.cpp:31:0:
22 | In file included from ../../libdbus-c++-0.9.0/src/eventloop-integration.cpp:39:0:
31 src/eventloop-integration.cpp | 2 +-
32 src/eventloop.cpp | 2 +-
36 Index: libdbus-c++-0.9.0/src/eventloop-integration.cpp
38 --- libdbus-c++-0.9.0.orig/src/eventloop-integration.cpp
39 +++ libdbus-c++-0.9.0/src/eventloop-integration.cpp
49 Index: libdbus-c++-0.9.0/src/eventloop.cpp
51 --- libdbus-c++-0.9.0.orig/src/eventloop.cpp
52 +++ libdbus-c++-0.9.0/src/eventloop.cpp
[all …]
H A D0001-src-eventloop.cpp-use-portable-method-for-initializi.patch4 Subject: [PATCH] src/eventloop.cpp: use portable method for initializing
13 src/eventloop.cpp | 7 +++++--
16 diff --git a/src/eventloop.cpp b/src/eventloop.cpp
18 --- a/src/eventloop.cpp
19 +++ b/src/eventloop.cpp
H A Dfix-missing-unistd.h-include.patch11 Just add "unistd.h" inclusion to eventloop-integration.h.
24 include/dbus-c++/eventloop-integration.h | 1 +
27 Index: libdbus-c++-0.9.0/include/dbus-c++/eventloop-integration.h
29 --- libdbus-c++-0.9.0.orig/include/dbus-c++/eventloop-integration.h
30 +++ libdbus-c++-0.9.0/include/dbus-c++/eventloop-integration.h
H A D0001-pipe.c-Use-a-string-instead-of-char.patch21 // TODO: ignoring return of read/write generates warning; maybe relevant for eventloop work...
/OK3568_Linux_fs/buildroot/package/dbus-cpp/
H A D0001-gcc4.7.patch6 diff --git a/include/dbus-c++/eventloop-integration.h b/include/dbus-c++/eventloop-integration.h
8 --- a/include/dbus-c++/eventloop-integration.h
9 +++ b/include/dbus-c++/eventloop-integration.h
H A D0003-src-pipe.c-fix-build-error-with-gcc-7.x.patch30 // TODO: ignoring return of read/write generates warning; maybe relevant for eventloop work...
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/duktape/
H A Dduktape_2.7.0.bb23 oe_runmake -f Makefile.eventloop INSTALL_PREFIX="${prefix}" DESTDIR="${D}"
36 install -m 0755 "${WORKDIR}/duktape-2.7.0/examples/eventloop/timer-test.js" "${D}${PTEST_PATH}"
37 …install -m 0755 "${WORKDIR}/duktape-2.7.0/examples/eventloop/ecma_eventloop.js" "${D}${PTEST_PATH}"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/dbus/
H A Dlibdbus-c++_0.9.0.bb12 file://0001-src-eventloop.cpp-use-portable-method-for-initializi.patch \
/OK3568_Linux_fs/buildroot/package/jimtcl/
H A Djimtcl.mk15 jim-eventloop.h \
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py708 self.eventloop()
736 def eventloop(self): member in LoggingThread
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_mouse.qml348 wait(1) // mouseMove event goes one extra eventloop round in the test lib