Searched refs:wait_for (Results 1 – 25 of 26) sorted by relevance
12
| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | linuxkernel.py | 82 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 D | test_arm_sx1.py | |
| H A D | test_sparc_sun4m.py | |
| H A D | test_xtensa_lx60.py | |
| H A D | test_arm_vexpress.py | |
| H A D | test_sh4_r2d.py | |
| H A D | test_arm_collie.py | |
| H A D | test_sh4eb_r2d.py | |
| H A D | test_ppc_mac.py | |
| H A D | test_aarch64_hotplug_pci.py | |
| H A D | test_x86_64_hotplug_cpu.py | |
| H A D | test_x86_64_hotplug_blk.py | |
| H A D | test_aarch64_smmu.py | |
| /openbmc/u-boot/test/py/tests/ |
| H A D | test_efi_loader.py | 186 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 D | test_ums.py | 140 u_boot_console.wait_for(re.compile('UMS: LUN.*[\r\n]'))
|
| H A D | test_dfu.py | 217 u_boot_console.wait_for('Ctrl+C to exit ...')
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-async-timeout_4.0.3.bb | 4 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 D | connection.py | 84 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 D | 0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch | 80 @@ -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 D | dbus_environment.hpp | 58 if (future.wait_for(precission) == std::future_status::ready) in waitForFutures()
|
| /openbmc/u-boot/test/py/ |
| H A D | u_boot_console_base.py | 253 def wait_for(self, text): member in ConsoleBase
|
| /openbmc/phosphor-hwmon/ |
| H A D | sensor.cpp | 349 std::future_status status = asyncThread.wait_for(asyncTimeout); in asyncRead()
|
| /openbmc/openbmc/poky/bitbake/lib/hashserv/ |
| H A D | client.py | 28 await self.cond.wait_for(lambda: self.pending or self.done)
|
| /openbmc/openbmc/poky/bitbake/lib/bb/server/ |
| H A D | process.py | 167 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 D | protocol.py | 373 await asyncio.wait_for(task, timeout=0)
|
12