Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/xsi_realtime/src/
Dmqueue.c133 zassert_ok(mq_notify(mqd, &not), "Unable to set notification."); in ZTEST()
182 zassert_ok(mq_notify(mqd, &not), "Unable to set notification."); in ZTEST()
216 zassert_ok(mq_notify(mqd, &not), "Unable to set notification."); in ZTEST()
249 zassert_not_ok(mq_notify(NULL, NULL), "Should return -1 and set errno to EBADF."); in ZTEST()
254 zassert_not_ok(mq_notify(mqd, NULL), "Should return -1 and set errno to EINVAL."); in ZTEST()
257 zassert_not_ok(mq_notify(mqd, &not), "SIGEV_SIGNAL not supported should return -1."); in ZTEST()
262 zassert_ok(mq_notify(mqd, &not), in ZTEST()
265 zassert_not_ok(mq_notify(mqd, &not), in ZTEST()
269 zassert_ok(mq_notify(mqd, NULL), "Unable to remove notification from the message queue."); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dmqueue_h.c32 zassert_not_null(mq_notify); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dmqueue.h44 int mq_notify(mqd_t mqdes, const struct sigevent *notification);
/Zephyr-latest/lib/posix/options/
DKconfig.xsi_realtime19 fsync(), mlockall(), munlockall(), mlock(), munlock(), mq_close(), mq_getattr(), mq_notify(),
Dmqueue.c355 int mq_notify(mqd_t mqdes, const struct sigevent *notification) in mq_notify() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst809 mq_notify(),yes