commit | 38b14db34e16bb0ae1f28b7ddccb6aa11a2a96a1 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Aug 08 14:36:41 2011 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 31 09:45:47 2012 +0100 |
tree | 13bfc5fc9a8c4f2a348a4ce61c57f1493f12c166 | |
parent | c90caf25e2b6945ae13560476a5ecd7992e9f945 [diff] |
qemu-thread: add QemuSemaphore The new thread pool will use semaphores instead of condition variables, because QemuCond does not have qemu_cond_timedwait. (I also like it more this way). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>