Home
last modified time | relevance | path

Searched refs:drain_thread (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/python/qemu/machine/
H A Dconsole_socket.py87 drain_thread = threading.Thread(target=self._drain_fn)
88 drain_thread.daemon = True
89 drain_thread.start()
90 return drain_thread
/openbmc/qemu/tests/unit/
H A Dtest-bdrv-drain.c524 static void test_iothread_common(enum drain_type drain_type, int drain_thread) in test_iothread_common() argument
542 if (drain_type == BDRV_DRAIN_ALL && drain_thread != 0) { in test_iothread_common()
560 if (drain_thread == 0) { in test_iothread_common()
574 switch (drain_thread) { in test_iothread_common()