Searched refs:mq_receive (Results 1 – 7 of 7) sorted by relevance
| /Zephyr-latest/tests/posix/headers/src/ |
| D | mqueue_h.c | 34 zassert_not_null(mq_receive); in ZTEST()
|
| /Zephyr-latest/include/zephyr/posix/ |
| D | mqueue.h | 34 int mq_receive(mqd_t mqdes, char *msg_ptr, size_t msg_len,
|
| /Zephyr-latest/lib/posix/options/ |
| D | Kconfig.xsi_realtime | 20 mq_open(), mq_receive(), mq_send(), mq_setattr(), mq_unlink(), sched_get_priority_max(),
|
| D | mqueue.c | 270 int mq_receive(mqd_t mqdes, char *msg_ptr, size_t msg_len, in mq_receive() function
|
| /Zephyr-latest/tests/posix/xsi_realtime/src/ |
| D | mqueue.c | 104 mq_receive(mqd, rec_data, MESSAGE_SIZE, 0); in notify_function_basic() 153 mq_receive(mqd, rec_data, MESSAGE_SIZE, 0); in notify_function_thread() 220 mq_receive(mqd, rec_data, MESSAGE_SIZE, 0); in ZTEST()
|
| /Zephyr-latest/arch/posix/include/ |
| D | posix_cheats.h | 201 #define mq_receive(...) zap_mq_receive(__VA_ARGS__) macro
|
| /Zephyr-latest/doc/services/portability/posix/option_groups/ |
| D | index.rst | 811 mq_receive(),yes
|