Home
last modified time | relevance | path

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

/qemu/tests/qemu-iotests/
H A D15560 use_iothread = False variable in BaseClass
80 if self.use_iothread:
268 use_iothread = True variable in TestBlockdevMirrorReopenIothread
285 use_iothread = True variable in TestBlockdevMirrorSnapshotIothread
/qemu/tests/unit/
H A Dtest-bdrv-drain.c718 bool use_iothread, in test_blockjob_common_drain_node() argument
755 if (use_iothread) { in test_blockjob_common_drain_node()
794 if (use_iothread) { in test_blockjob_common_drain_node()
825 if (use_iothread) { in test_blockjob_common_drain_node()
858 if (use_iothread) { in test_blockjob_common_drain_node()
881 if (use_iothread) { in test_blockjob_common_drain_node()
896 static void test_blockjob_common(enum drain_type drain_type, bool use_iothread, in test_blockjob_common()
899 test_blockjob_common_drain_node(drain_type, use_iothread, result, in test_blockjob_common()
901 test_blockjob_common_drain_node(drain_type, use_iothread, result, in test_blockjob_common()
894 test_blockjob_common(enum drain_type drain_type,bool use_iothread,enum test_job_result result) test_blockjob_common() argument