Sign in
qemu
/
qemu
/
e3e09d87c6e69c2da684d5aacabe3124ebcb6f8e
/
.
/
stubs
/
iothread-lock.c
blob: 5d8aca1b37d63cba061b9bee43162b4fb905e9a3 [
file
] [
log
] [
blame
]
Paolo Bonzini
5708fc6
2012-11-26 15:36:40 +0100
[
diff
] [
blame
]
1
#include
"qemu-common.h"
2
#include
"qemu/main-loop.h"
3
4
void
qemu_mutex_lock_iothread
(
void
)
5
{
6
}
7
8
void
qemu_mutex_unlock_iothread
(
void
)
9
{
10
}