summary refs log tree commit diff stats
path: root/tests/tcg/multiarch/signals.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/tcg: add a multiarch signals test to stress test signal deliveryAlex Bennée2021-06-071-0/+149
This adds a simple signal test that combines the POSIX timer_create with signal delivery across multiple threads. The aim is to provide a bit more of a stress test to flush out signal handling issues for easily than the occasional random crash we sometimes see in linux-test or threadcount. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210527160319.19834-2-alex.bennee@linaro.org>