repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
esp: add vmstate_esp version to embedded ESPState
[qemu/ar7.git]
/
stubs
/
iothread-lock.c
blob
2a6efad64a169855a5f77e8831f78fd69e4dccc7
1
#include
"qemu/osdep.h"
2
#include
"qemu/main-loop.h"
3
4
bool
qemu_mutex_iothread_locked
(
void
)
5
{
6
return true
;
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
}