]> Git Repo - qemu.git/commit - qemu-thread-win32.h
add win32 qemu-thread implementation
authorPaolo Bonzini <[email protected]>
Sat, 12 Mar 2011 16:43:52 +0000 (17:43 +0100)
committerBlue Swirl <[email protected]>
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 <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
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
This page took 0.027472 seconds and 4 git commands to generate.