| 
| static void  | thread_entry_params (void *p1, void *p2, void *p3) | 
|   | 
| static void  | thread_entry_priority (void *p1, void *p2, void *p3) | 
|   | 
| static void  | thread_entry_delay (void *p1, void *p2, void *p3) | 
|   | 
|   | ZTEST_USER (threads_lifecycle, test_threads_spawn_params) | 
|   | Check the parameters passed to thread entry function.  More...
  | 
|   | 
|   | ZTEST (threads_lifecycle, test_threads_spawn_priority) | 
|   | Spawn thread with higher priority.  More...
  | 
|   | 
|   | ZTEST_USER (threads_lifecycle, test_threads_spawn_delay) | 
|   | Spawn thread with a delay.  More...
  | 
|   | 
|   | ZTEST (threads_lifecycle, test_threads_spawn_forever) | 
|   | Spawn thread with forever delay and highest priority.  More...
  | 
|   | 
|   | ZTEST (threads_lifecycle, test_thread_start) | 
|   | Validate behavior of multiple calls to k_thread_start()  More...
  | 
|   | 
| static void  | user_start_thread (void *p1, void *p2, void *p3) | 
|   | 
|   | ZTEST_USER (threads_lifecycle, test_thread_start_user) | 
|   |