target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
[qemu/rayw.git] / stubs / iothread-lock.c
blob5b45b7fc8b905701f7b30fd769032dcc36f2b7e0
1 #include "qemu/osdep.h"
2 #include "qemu/main-loop.h"
4 bool qemu_mutex_iothread_locked(void)
6 return false;
9 void qemu_mutex_lock_iothread_impl(const char *file, int line)
13 void qemu_mutex_unlock_iothread(void)