Home
last modified time | relevance | path

Searched refs:wait_for (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/qemu/tests/functional/qemu_test/
H A Dlinuxkernel.py82 wait_for=None):
90 if wait_for:
91 self.wait_for_console_pattern(wait_for)
23 launch_kernel(self, kernel, initrd=None, dtb=None, console_index=0, wait_for=None) global() argument
/openbmc/qemu/tests/functional/
H A Dtest_arm_sx1.py
H A Dtest_sparc_sun4m.py
H A Dtest_xtensa_lx60.py
H A Dtest_arm_vexpress.py
H A Dtest_sh4_r2d.py
H A Dtest_arm_collie.py
H A Dtest_sh4eb_r2d.py
H A Dtest_ppc_mac.py
H A Dtest_aarch64_hotplug_pci.py
H A Dtest_x86_64_hotplug_cpu.py
H A Dtest_x86_64_hotplug_blk.py
H A Dtest_aarch64_smmu.py
/openbmc/u-boot/test/py/tests/
H A Dtest_efi_loader.py186 u_boot_console.wait_for('grub>')
188 u_boot_console.wait_for('SMBIOS')
191 u_boot_console.wait_for('grub>')
193 u_boot_console.wait_for('r = 0')
H A Dtest_ums.py140 u_boot_console.wait_for(re.compile('UMS: LUN.*[\r\n]'))
H A Dtest_dfu.py217 u_boot_console.wait_for('Ctrl+C to exit ...')
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-async-timeout_4.0.3.bb4 timeout logic around block of code or in cases when asyncio.wait_for() \
5 is not suitable. Also it's much faster than asyncio.wait_for() because \
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dconnection.py84 line = await asyncio.wait_for(self.reader.readline(), self.timeout)
137 return await asyncio.wait_for(self.socket.recv(), self.timeout)
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A D0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch80 @@ -2926,11 +2932,13 @@ wait_for (pid, flags)
86 - internal_debug ("wait_for: recursively setting old_sigint_handler to wait_sigint_handler: running…
93 + internal_debug ("wait_for: recursively setting old_sigint_handler to wait_sigint_handler: runni…
/openbmc/telemetry/tests/src/
H A Ddbus_environment.hpp58 if (future.wait_for(precission) == std::future_status::ready) in waitForFutures()
/openbmc/u-boot/test/py/
H A Du_boot_console_base.py253 def wait_for(self, text): member in ConsoleBase
/openbmc/phosphor-hwmon/
H A Dsensor.cpp349 std::future_status status = asyncThread.wait_for(asyncTimeout); in asyncRead()
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py28 await self.cond.wait_for(lambda: self.pending or self.done)
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py167 return self.idle_cond.wait_for(self._idle_check, timeout) is not False
171 ret = self.idle_cond.wait_for(self._idle_check, 30)
/openbmc/qemu/python/tests/
H A Dprotocol.py373 await asyncio.wait_for(task, timeout=0)

12