Zephyr Project API
3.1.0
A Scalable Open Source RTOS
|
Macros | |
#define | STACK_SIZE (1024 + CONFIG_TEST_EXTRA_STACK_SIZE) |
Functions | |
void | test_k_poll_user_num_err (void) |
Test API k_poll with error number events in user mode. More... | |
void | test_k_poll_user_mem_err (void) |
Test API k_poll with error member of events in user mode. More... | |
void | test_k_poll_user_type_sem_err (void) |
Test API k_poll with NULL sem event in user mode. More... | |
void | test_k_poll_user_type_signal_err (void) |
Test API k_poll with NULL signal event in user mode. More... | |
void | test_k_poll_user_type_fifo_err (void) |
Test API k_poll with NULL fifo event in user mode. More... | |
void | test_k_poll_user_type_msgq_err (void) |
Test API k_poll with NULL message queue event in user mode. More... | |
void | test_poll_signal_init_null (void) |
Test API k_poll_signal_init with NULL in user mode. More... | |
void | test_poll_signal_check_obj (void) |
Test API k_poll_signal_check with NULL object in user mode. More... | |
void | test_poll_signal_check_signal (void) |
Test API k_poll_signal_check with unread address in user mode. More... | |
void | test_poll_signal_check_result (void) |
Test API k_poll_signal_check with unread address in user mode. More... | |
void | test_poll_signal_raise_null (void) |
Test API k_poll_signal_raise with unread address in user mode. More... | |
void | test_poll_signal_reset_null (void) |
Test API k_poll_signal_reset with unread address in user mode. More... | |
void | test_poll_fail_grant_access (void) |
Variables | |
static struct k_poll_signal | signal_err |
#define STACK_SIZE (1024 + CONFIG_TEST_EXTRA_STACK_SIZE) |
void test_poll_fail_grant_access | ( | void | ) |
|
static |