]> Git Repo - qemu.git/blob - stubs/iothread-lock.c
test-aio: test timers on Windows too
[qemu.git] / stubs / iothread-lock.c
1 #include "qemu-common.h"
2 #include "qemu/main-loop.h"
3
4 void qemu_mutex_lock_iothread(void)
5 {
6 }
7
8 void qemu_mutex_unlock_iothread(void)
9 {
10 }
This page took 0.023565 seconds and 4 git commands to generate.