syscall-emul: Add the tgkill system call
authorBrandon Potter <Brandon.Potter@amd.com>
Wed, 1 Mar 2017 20:34:11 +0000 (14:34 -0600)
committerBrandon Potter <Brandon.Potter@amd.com>
Thu, 9 Mar 2017 22:42:45 +0000 (22:42 +0000)
commit6f7bf1b11fd9a2d7c2007fd0aca3ffa4885a215e
treec2db74813e2efa754d5d56067505aee8bd26d6e3
parent8b85f950e5a4f0f7ebf66f142356d8dcea7c9bcc
syscall-emul: Add the tgkill system call

This changeset adds support to kill a thread group by calling
the tgkill system call. The functionality is needed in some
pthread applications.

Change-Id: I0413a3331be69b74dfab30de95384113ec4efb63
Reviewed-on: https://gem5-review.googlesource.com/2268
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Tony Gutierrez <anthony.gutierrez@amd.com>
Reviewed-by: Michael LeBeane <Michael.Lebeane@amd.com>
src/arch/x86/linux/process.cc
src/sim/syscall_emul.hh