Files
nuttx-apps/testing
Jukka Laitinen a011cad584 testing/ostest/signest: Replace kill with pthread_kill to fix running in SMP
"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>
2025-05-03 11:09:07 +08:00
..
2024-12-30 18:02:50 +08:00
2024-12-30 18:02:50 +08:00
2025-02-25 09:27:14 +01:00
2024-12-30 18:02:50 +08:00
2024-12-30 18:02:50 +08:00