repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
docs/interop: Delete qmp-intro.txt
[qemu/armbru.git]
/
stubs
/
iothread-lock.c
blob
5b45b7fc8b905701f7b30fd769032dcc36f2b7e0
1
#include
"qemu/osdep.h"
2
#include
"qemu/main-loop.h"
3
4
bool
qemu_mutex_iothread_locked
(
void
)
5
{
6
return false
;
7
}
8
9
void
qemu_mutex_lock_iothread_impl
(
const char
*
file
,
int
line
)
10
{
11
}
12
13
void
qemu_mutex_unlock_iothread
(
void
)
14
{
15
}