qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/8] osdep: Introduce qemu_kill_thread()


From: Richard Henderson
Subject: Re: [PATCH 5/8] osdep: Introduce qemu_kill_thread()
Date: Tue, 5 Nov 2024 14:49:23 +0000
User-agent: Mozilla Thunderbird

On 10/24/24 20:59, Ilya Leoshkevich wrote:
Add a function for sending signals to individual threads. It does not make
sense on Windows, so do not provide an implementation, so that if someone
uses it by accident, they will get a linker error.

Signed-off-by: Ilya Leoshkevich<iii@linux.ibm.com>
---
  include/qemu/osdep.h |  9 +++++++++
  util/oslib-posix.c   | 15 +++++++++++++++
  2 files changed, 24 insertions(+)
I am annoyed that musl does not have tgkill in <signal.h>.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]