]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/iothread-lock.c
configure: check for $cxx before use
[mirror_qemu.git] / stubs / iothread-lock.c
CommitLineData
5708fc66
PB
1#include "qemu-common.h"
2#include "qemu/main-loop.h"
3
afbe7053
PB
4bool qemu_mutex_iothread_locked(void)
5{
6 return true;
7}
8
5708fc66
PB
9void qemu_mutex_lock_iothread(void)
10{
11}
12
13void qemu_mutex_unlock_iothread(void)
14{
15}