repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
crypto: add compat cast5_set_key with nettle < 3.0.0
[qemu/rayw.git]
/
stubs
/
iothread-lock.c
blob
9b6db2e74044363b10fb4189c372539dde661ecc
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
(
void
)
11
{
12
}
13
14
void
qemu_mutex_unlock_iothread
(
void
)
15
{
16
}