zephyr/tests/kernel/threads/thread_apis/src
Andrei Emeltchenko fa6c281d82 tests: thread_apis: Change printk and TC_PRINT to LOG
Replace combination of printk() and TC_PRINT() to LOG_DBG() disabled
by default so that it does not affect execution time.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2023-11-06 10:08:27 +01:00
..
main.c tests: thread_apis: Change printk and TC_PRINT to LOG 2023-11-06 10:08:27 +01:00
test_essential_thread.c tests: fix thread function signatures 2023-10-30 12:24:34 +01:00
test_kthread_for_each.c tests: fix thread function signatures 2023-10-30 12:24:34 +01:00
test_threads_cancel_abort.c tests: fix thread function signatures 2023-10-30 12:24:34 +01:00
test_threads_cpu_mask.c
test_threads_set_priority.c tests: fix thread function signatures 2023-10-30 12:24:34 +01:00
test_threads_spawn.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
test_threads_suspend_resume.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
tests_thread_apis.h