]> git.proxmox.com Git - qemu.git/commit
qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit
authorCorentin Chary <corentincj@iksaif.net>
Wed, 7 Jul 2010 18:58:01 +0000 (20:58 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 26 Jul 2010 22:36:14 +0000 (17:36 -0500)
commit313b1d697d58f284f4490d135a652f8280c52e8a
treeec30b74226a48fe9c92e7e0a7b2eecf0d9acafe7
parentb5469b1104a4b0c870dd805d9fb9d844b56d987e
qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit

Add some missing functions in qemu-thread. Currently qemu-thread
is only used for io-thread but it will used by the vnc server soon
and we need those functions instead of calling pthread directly.

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-thread.c
qemu-thread.h