Home
last modified time | relevance | path

Searched refs:mq_send (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dmqueue_h.c35 zassert_not_null(mq_send); in ZTEST()
/Zephyr-latest/tests/posix/xsi_realtime/src/
Dmqueue.c135 zassert_ok(mq_send(mqd, send_data, MESSAGE_SIZE, 0), "Unable to send message"); in ZTEST()
184 zassert_ok(mq_send(mqd, send_data, MESSAGE_SIZE, 0), "Unable to send message"); in ZTEST()
214 zassert_ok(mq_send(mqd, send_data, MESSAGE_SIZE, 0), "Unable to send message"); in ZTEST()
226 zassert_ok(mq_send(mqd, send_data, MESSAGE_SIZE, 0), "Unable to send message"); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dmqueue.h36 int mq_send(mqd_t mqdes, const char *msg_ptr, size_t msg_len,
/Zephyr-latest/lib/posix/options/
DKconfig.xsi_realtime20 mq_open(), mq_receive(), mq_send(), mq_setattr(), mq_unlink(), sched_get_priority_max(),
Dmqueue.c239 int mq_send(mqd_t mqdes, const char *msg_ptr, size_t msg_len, in mq_send() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h202 #define mq_send(...) zap_mq_send(__VA_ARGS__) macro
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst812 mq_send(),yes