Skip to content
Commit 32f5ef58 authored by Daniel Leung's avatar Daniel Leung Committed by Benjamin Cabé
Browse files

tests: kernel/msgq_api: join threads after each test



On SMP systems, threads going through k_thread_abort() may still
be running while the test moves on to the next one. This creates
some interferences and may result in the next test failing. So
after each test, we need to do k_thread_join() on those threads
to make sure they are no longer active.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 7ae2b503
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment