Re: [Qemu-devel] [PATCH 2/6] Introduce qemu_cond_timedwait
On 09/20/2011 06:53 PM, Jan Kiszka wrote: First user will be posix compat aio. Signed-off-by: Jan Kiszka I'm pretty sure the win32 version is not thread-safe, but posix compat aio is currently POSIX only. Just leave it out. Paolo
[Qemu-devel] [PATCH 2/6] Introduce qemu_cond_timedwait
First user will be posix compat aio. Signed-off-by: Jan Kiszka --- qemu-thread-posix.c | 22 ++ qemu-thread-win32.c | 16 +++- qemu-thread.h |2 ++ 3 files changed, 39 insertions(+), 1 deletions(-) diff --git a/qemu-thread-posix.c b/qemu-thread-posi