Searched refs:mq_notify (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/tests/posix/xsi_realtime/src/ |
| D | mqueue.c | 133 zassert_ok(mq_notify(mqd, ¬), "Unable to set notification."); in ZTEST() 182 zassert_ok(mq_notify(mqd, ¬), "Unable to set notification."); in ZTEST() 216 zassert_ok(mq_notify(mqd, ¬), "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, ¬), "SIGEV_SIGNAL not supported should return -1."); in ZTEST() 262 zassert_ok(mq_notify(mqd, ¬), in ZTEST() 265 zassert_not_ok(mq_notify(mqd, ¬), 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/ |
| D | mqueue_h.c | 32 zassert_not_null(mq_notify); in ZTEST()
|
| /Zephyr-latest/include/zephyr/posix/ |
| D | mqueue.h | 44 int mq_notify(mqd_t mqdes, const struct sigevent *notification);
|
| /Zephyr-latest/lib/posix/options/ |
| D | Kconfig.xsi_realtime | 19 fsync(), mlockall(), munlockall(), mlock(), munlock(), mq_close(), mq_getattr(), mq_notify(),
|
| D | mqueue.c | 355 int mq_notify(mqd_t mqdes, const struct sigevent *notification) in mq_notify() function
|
| /Zephyr-latest/doc/services/portability/posix/option_groups/ |
| D | index.rst | 809 mq_notify(),yes
|