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
s390x/tcg: Implement VECTOR AVERAGE
[qemu/ar7.git]
/
stubs
/
iothread-lock.c
blob
eb745d7d6a97529949001d34736eec1fd501858e
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"qemu/main-loop.h"
4
5
bool
qemu_mutex_iothread_locked
(
void
)
6
{
7
return true
;
8
}
9
10
void
qemu_mutex_lock_iothread_impl
(
const char
*
file
,
int
line
)
11
{
12
}
13
14
void
qemu_mutex_unlock_iothread
(
void
)
15
{
16
}