| 
|   | K_SEM_DEFINE (user_sem, 0, 1) | 
|   | 
|   | K_THREAD_STACK_DEFINE (ustack,(640+CONFIG_TEST_EXTRA_STACK_SIZE)) | 
|   | 
| static void  | sleepy_thread (void *p1, void *p2, void *p3) | 
|   | 
|   | ZTEST_USER (threads_scheduling, test_user_k_wakeup) | 
|   | 
| static void  | preempt_test_thread (void *p1, void *p2, void *p3) | 
|   | 
|   | ZTEST_USER (threads_scheduling, test_user_k_is_preempt) | 
|   | 
| static void  | thread_suspend_init_null (void *p1, void *p2, void *p3) | 
|   | 
|   | ZTEST_USER (threads_scheduling, test_k_thread_suspend_init_null) | 
|   | Test k_thread_suspend() API.  More...
  | 
|   | 
| static void  | thread_resume_init_null (void *p1, void *p2, void *p3) | 
|   | 
|   | ZTEST_USER (threads_scheduling, test_k_thread_resume_init_null) | 
|   | Test k_thread_resume() API.  More...
  | 
|   | 
| static void  | thread_priority_get_init_null (void *p1, void *p2, void *p3) | 
|   | 
|   | ZTEST_USER (threads_scheduling, test_k_thread_priority_get_init_null) | 
|   | Test k_thread_priority_get() API.  More...
  | 
|   | 
| static void  | thread_priority_set_init_null (void *p1, void *p2, void *p3) | 
|   | 
|   | ZTEST_USER (threads_scheduling, test_k_thread_priority_set_init_null) | 
|   | Test k_thread_priority_set() API.  More...
  | 
|   | 
| static void  | thread_priority_set_overmax (void *p1, void *p2, void *p3) | 
|   | 
|   | ZTEST_USER (threads_scheduling, test_k_thread_priority_set_overmax) | 
|   | Test k_thread_priority_set() API.  More...
  | 
|   | 
| static void  | thread_priority_set_upgrade (void *p1, void *p2, void *p3) | 
|   | 
|   | ZTEST_USER (threads_scheduling, test_k_thread_priority_set_upgrade) | 
|   | Test k_thread_priority_set() API.  More...
  | 
|   | 
| static void  | thread_wakeup_init_null (void *p1, void *p2, void *p3) | 
|   | 
|   | ZTEST_USER (threads_scheduling, test_k_wakeup_init_null) | 
|   | Test k_wakeup() API.  More...
  | 
|   |