Home
last modified time | relevance | path

Searched refs:handle_timeout (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/
H A Ddisable-outside-tests.patch46 handle_timeout([] {
120 handle_timeout([] {
/openbmc/openbmc-test-automation/lib/
H A Dtools.exp8 proc handle_timeout { description } { procedure
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0002-Support-asynchronous-calls-58.patch184 + def handle_timeout():
188 + GLib.timeout_add_seconds(2, handle_timeout)
H A D0003-Support-transformation-between-D-Bus-errors-and-exce.patch469 + def handle_timeout():
473 + GLib.timeout_add_seconds(4, handle_timeout)
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py52 def handle_timeout(self, signum, frame): member in Timeout
56 signal.signal(signal.SIGALRM, self.handle_timeout)