Searched refs:mq_open (Results 1 – 8 of 8) sorted by relevance
| /Zephyr-latest/tests/posix/xsi_realtime/src/ |
| D | mqueue.c | 37 mqd = mq_open(queue, O_WRONLY); in sender_thread() 53 mqd = mq_open(queue, O_RDONLY); in receiver_thread() 77 mqd = mq_open(queue, flags, mode, &attrs); in ZTEST() 102 mqd = mq_open(queue, O_RDONLY); in notify_function_basic() 131 mqd = mq_open(queue, flags, mode, &attrs); in ZTEST() 151 mqd = mq_open(queue, O_RDONLY); in notify_function_thread() 180 mqd = mq_open(queue, flags, mode, &attrs); in ZTEST() 212 mqd = mq_open(queue, flags, mode, &attrs); in ZTEST() 252 mqd = mq_open(queue, flags, mode, &attrs); in ZTEST() 289 mqd1 = mq_open(q1, flags, mode, &attrs); in ZTEST() [all …]
|
| /Zephyr-latest/tests/posix/headers/src/ |
| D | mqueue_h.c | 33 zassert_not_null(mq_open); in ZTEST()
|
| /Zephyr-latest/include/zephyr/posix/ |
| D | mqueue.h | 30 mqd_t mq_open(const char *name, int oflags, ...);
|
| /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 | Kconfig.profile | 14 imply POSIX_MESSAGE_PASSING # mq_open(), etc
|
| D | mqueue.c | 55 mqd_t mq_open(const char *name, int oflags, ...) in mq_open() function
|
| /Zephyr-latest/arch/posix/include/ |
| D | posix_cheats.h | 197 #define mq_open(...) zap_mq_open(__VA_ARGS__) macro
|
| /Zephyr-latest/doc/services/portability/posix/option_groups/ |
| D | index.rst | 810 mq_open(),yes
|