]> git.proxmox.com Git - qemu.git/commit - qemu-thread-posix.h
add win32 qemu-thread implementation
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 12 Mar 2011 16:43:52 +0000 (17:43 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 13 Mar 2011 14:44:21 +0000 (14:44 +0000)
commit9257d46d55f1fe4e8209be9a6870e339ac3266fe
tree097b8459e69df0da2b17fcd67d44c84fdfc2de63
parentb7680cb6078bd7294a3dd86473d3f2fdee991dd0
add win32 qemu-thread implementation

For now, qemu_cond_timedwait and qemu_mutex_timedlock are left as
POSIX-only functions.  They can be removed later, once the patches
that remove their uses are in.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.objs
qemu-thread-posix.c [new file with mode: 0644]
qemu-thread-posix.h [new file with mode: 0644]
qemu-thread-win32.c [new file with mode: 0644]
qemu-thread-win32.h [new file with mode: 0644]
qemu-thread.c [deleted file]
qemu-thread.h