]> git.proxmox.com Git - qemu.git/commit - qemu-thread.h
qemu-thread: add API for joinable threads
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 12 Dec 2011 16:21:31 +0000 (17:21 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 12 Dec 2011 23:06:22 +0000 (17:06 -0600)
commitcf218714791a78c91db34a4aa9e33348923ad659
tree3ebd3e50d5360b505c3b89ff5659e428789e5367
parentd396a657baec8c6b7aa0c888746e0e2f78303650
qemu-thread: add API for joinable threads

Split from Jan's original qemu-thread-posix.c patch.  No semantic change,
just introduce the new API that POSIX and Win32 implementations will
conform to.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
cpus.c
hw/ccid-card-emulated.c
qemu-thread-posix.c
qemu-thread-win32.c
qemu-thread.h
ui/vnc-jobs-async.c