Home
last modified time | relevance | path

Searched refs:qio_channel_test_run_threads (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-io-channel-command.c59 qio_channel_test_run_threads(test, async, src, dst); in test_io_channel_command_fifo()
110 qio_channel_test_run_threads(test, async, ioc, ioc); in test_io_channel_command_echo()
H A Dio-channel-helpers.h29 void qio_channel_test_run_threads(QIOChannelTest *test,
H A Dtest-io-channel-socket.c194 qio_channel_test_run_threads(test, true, src, dst); in test_io_channel()
221 qio_channel_test_run_threads(test, false, src, dst); in test_io_channel()
255 qio_channel_test_run_threads(test, true, src, dst); in test_io_channel()
282 qio_channel_test_run_threads(test, false, src, dst); in test_io_channel()
H A Dtest-io-channel-tls.c228 qio_channel_test_run_threads(test, false, in test_io_channel_tls()
234 qio_channel_test_run_threads(test, true, in test_io_channel_tls()
H A Dtest-io-channel-file.c121 qio_channel_test_run_threads(test, async, src, dst); in test_io_channel_pipe()
H A Dio-channel-helpers.c102 void qio_channel_test_run_threads(QIOChannelTest *test, in qio_channel_test_run_threads() function