Home
last modified time | relevance | path

Searched refs:mq_timedsend (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dmqueue_h.c38 zassert_not_null(mq_timedsend); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dmqueue.h42 int mq_timedsend(mqd_t mqdes, const char *msg_ptr, size_t msg_len,
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h205 #define mq_timedsend(...) zap_mq_timedsend(__VA_ARGS__) macro
/Zephyr-latest/tests/posix/xsi_realtime/src/
Dmqueue.c40 zassert_false(mq_timedsend(mqd, send_data, MESSAGE_SIZE, 0, &curtime), in sender_thread()
/Zephyr-latest/lib/posix/options/
Dmqueue.c254 int mq_timedsend(mqd_t mqdes, const char *msg_ptr, size_t msg_len, in mq_timedsend() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst1060 mq_timedsend(),yes