|
| 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) |
| userspace negative test: take NULL as input param to verify the api will trigger a fatal exception
|
|
| ZTEST_USER (threads_scheduling, test_k_thread_suspend_init_null) |
| Test k_thread_suspend() API.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|