diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-02-21 12:46:32 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-06 14:31:56 +0200 |
commit | 8ab3026489eafa9da07c09f1929593fe0db5e380 (patch) | |
tree | 8bfe3578de68aeea179e7a5878c71501d2ed298c /hw/hyperv/hyperv.c | |
parent | a0d45db85496c195ab5f3f2ced742fc93d9709c2 (diff) |
thread-posix: optimize qemu_sem_timedwait with zero timeout
In this case there is no need to call pthread_cond_timedwait; the
function is just a trywait and waiting on the condition variable would
always time out.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/hyperv/hyperv.c')
0 files changed, 0 insertions, 0 deletions