]> Git Repo - qemu.git/blob - stubs/iothread-lock.c
cpus: protect work list with work_mutex
[qemu.git] / stubs / iothread-lock.c
1 #include "qemu-common.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(void)
10 {
11 }
12
13 void qemu_mutex_unlock_iothread(void)
14 {
15 }
This page took 0.027146 seconds and 4 git commands to generate.