projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70bd77b
)
tests: mark more coroutine_fns
author
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 9 Mar 2023 08:44:54 +0000
(09:44 +0100)
committer
Kevin Wolf
<kwolf@redhat.com>
Tue, 25 Apr 2023 11:17:28 +0000
(13:17 +0200)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <
20230309084456
.304669-8-pbonzini@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/unit/test-thread-pool.c
patch
|
blob
|
history
diff --git
a/tests/unit/test-thread-pool.c
b/tests/unit/test-thread-pool.c
index 448fbf7e5f5663738e9ae5b0a73872140918b42e..1483e53473db56d43508fc3c4363dbdfbd64cf1f 100644
(file)
--- a/
tests/unit/test-thread-pool.c
+++ b/
tests/unit/test-thread-pool.c
@@
-70,7
+70,7
@@
static void test_submit_aio(void)
g_assert_cmpint(data.ret, ==, 0);
}
-static void co_test_cb(void *opaque)
+static void co
routine_fn co
_test_cb(void *opaque)
{
WorkerTestData *data = opaque;