Searched refs:qio_channel_test_run_threads (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-io-channel-command.c | 59 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 D | io-channel-helpers.h | 29 void qio_channel_test_run_threads(QIOChannelTest *test,
|
H A D | test-io-channel-socket.c | 194 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 D | test-io-channel-tls.c | 228 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 D | test-io-channel-file.c | 121 qio_channel_test_run_threads(test, async, src, dst); in test_io_channel_pipe()
|
H A D | io-channel-helpers.c | 102 void qio_channel_test_run_threads(QIOChannelTest *test, in qio_channel_test_run_threads() function
|