Zephyr Project API
3.1.0
A Scalable Open Source RTOS
|
#include <ztest.h>
void test_define_multi_mbox | ( | void | ) |
TESTPOINT: init via k_mbox_init
void test_enhance_capability | ( | void | ) |
void test_main | ( | void | ) |
test case main entry
void test_mbox_async_multiple_put | ( | void | ) |
void test_mbox_async_put_get_block | ( | void | ) |
void test_mbox_async_put_get_buffer | ( | void | ) |
void test_mbox_async_put_to_waiting_get | ( | void | ) |
void test_mbox_block_get_buff_to_pool | ( | void | ) |
void test_mbox_block_get_buff_to_smaller_pool | ( | void | ) |
void test_mbox_block_get_invalid_pool | ( | void | ) |
void test_mbox_clean_up_tx_pool | ( | void | ) |
void test_mbox_dispose_size_0_msg | ( | void | ) |
void test_mbox_get_waiting_put_incorrect_tid | ( | void | ) |
void test_mbox_incorrect_receiver_tid | ( | void | ) |
void test_mbox_incorrect_transmit_tid | ( | void | ) |
void test_mbox_kdefine | ( | void | ) |
void test_mbox_kinit | ( | void | ) |
TESTPOINT: init via k_mbox_init
void test_mbox_msg_tid_mismatch | ( | void | ) |
void test_mbox_multiple_waiting_get | ( | void | ) |
void test_mbox_put_get_buffer | ( | void | ) |
void test_mbox_put_get_null | ( | void | ) |
void test_mbox_target_source_thread_block | ( | void | ) |
void test_mbox_target_source_thread_buffer | ( | void | ) |
void test_mbox_timed_out_mbox_get | ( | void | ) |