Searched refs:MSGQ_MSG_SIZE (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/kernel/poll/src/ |
D | test_poll.c | 18 #define MSGQ_MSG_SIZE 4 macro 64 char msgq_recv_buf[MSGQ_MSG_SIZE] = {0}; in ZTEST_USER() 65 char msgq_msg[MSGQ_MSG_SIZE] = MSGQ_MSG_VALUE; in ZTEST_USER() 79 k_msgq_alloc_init(mq, MSGQ_MSG_SIZE, MSGQ_MAX_MSGS); in ZTEST_USER() 160 zassert_false(memcmp(msgq_msg, msgq_recv_buf, MSGQ_MSG_SIZE), ""); in ZTEST_USER() 249 char msgq_recv_buf[MSGQ_MSG_SIZE] = {0}; in check_results() 311 MSGQ_MSG_SIZE), ""); in check_results() 382 k_msgq_alloc_init(wait_msgq_ptr, MSGQ_MSG_SIZE, MSGQ_MAX_MSGS); in ZTEST() 391 k_msgq_alloc_init(wait_msgq_ptr, MSGQ_MSG_SIZE, MSGQ_MAX_MSGS); in ZTEST()
|