zephyr/tests/kernel/mutex
Daniel Leung fd3a8ee209 tests: kernel/sys_mutex: sleep a bit for private_mutex to lock
With SMP, the private_mutex may not be locked fast enough by
thread_12 after the thread creation as it might take longer
for a thread to start running the entry function, resulting
in test failure when the main test thread goes into locking
it again. So give it a bit more delay after thread creation
so thread_12 has a chance to lock the private_mutex.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-07-21 17:47:25 -04:00
..
mutex_api samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
mutex_error_case tests: kernel: fix some test identifiers 2023-07-19 18:07:49 -04:00
sys_mutex tests: kernel/sys_mutex: sleep a bit for private_mutex to lock 2023-07-21 17:47:25 -04:00