diff options
author | Miloš Stojanović | 2017-05-15 16:59:46 +0200 |
---|---|---|
committer | Riku Voipio | 2017-05-29 13:56:08 +0200 |
commit | cf8b8bfc5049c10f70b3a17f66c7d2698a5dcff5 (patch) | |
tree | eb73484ac6dc0a9bbca0c0a7b9512482616fceef /hw/core/qdev-properties-system.c | |
parent | linux-user: fix argument type declaration of rt_sigqueinfo() syscall (diff) | |
download | qemu-cf8b8bfc5049c10f70b3a17f66c7d2698a5dcff5.tar.gz qemu-cf8b8bfc5049c10f70b3a17f66c7d2698a5dcff5.tar.xz qemu-cf8b8bfc5049c10f70b3a17f66c7d2698a5dcff5.zip |
linux-user: add support for rt_tgsigqueueinfo() system call
Add a new system call: rt_tgsigqueueinfo().
This system call is similar to rt_sigqueueinfo(), but instead of
sending the signal and data to the whole thread group with the ID
equal to the argument tgid, it sends it to a single thread within
that thread group. The ID of the thread is specified by the tid
argument.
The implementation is based on the rt_sigqueueinfo() in linux-user
mode, where the tid is added as the second argument and the
previous second and third argument become arguments three and four,
respectively.
Signed-off-by: Miloš Stojanović <Milos.Stojanovic@rt-rk.com>
Conflicts:
linux-user/syscall.c
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'hw/core/qdev-properties-system.c')
0 files changed, 0 insertions, 0 deletions