|
| | K_THREAD_STACK_DEFINE (tstack1,(512+CONFIG_TEST_EXTRA_STACK_SIZE)) |
| |
| static void | thread_entry (void *p1, void *p2, void *p3) |
| |
| static void | thread_callback (const struct k_thread *thread, void *user_data) |
| |
| static void | thread_callback_unlocked (const struct k_thread *thread, void *user_data) |
| |
| | ZTEST (threads_lifecycle_1cpu, test_k_thread_foreach) |
| | Test k_thread_foreach API.
|
| |
| | ZTEST (threads_lifecycle_1cpu, test_k_thread_foreach_unlocked) |
| | Test k_thread_foreach_unlock API.
|
| |
| | ZTEST (threads_lifecycle_1cpu, test_k_thread_foreach_null_cb) |
| | Test k_thread_foreach API with null callback.
|
| |
| | ZTEST (threads_lifecycle_1cpu, test_k_thread_foreach_unlocked_null_cb) |
| | Test k_thread_foreach_unlocked API with null callback.
|
| |
| | ZTEST (threads_lifecycle_1cpu, test_k_thread_state_str) |
| | Test k_thread_state_str API with null callback.
|
| |