mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00

"kill" sends the signal to all the the threads in the group. The intention of the test is to send signals only to the "waiter" thread. Running signal actions in parallel is not compatible behaviour with the signest test, which assumes that signals are being run one after another. For example running signals 38 and 40 in parallel on two threads/two cpus would cause the test incorrectly fail on "even signals nested". Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>