D | mqueue.c | 124 struct sigevent not = { in ZTEST() local 137 zassert_ok(mq_notify(mqd, ¬), "Unable to set notification."); in ZTEST() 173 struct sigevent not = { in ZTEST() local 186 zassert_ok(mq_notify(mqd, ¬), "Unable to set notification."); in ZTEST() 205 struct sigevent not = { in ZTEST() local 220 zassert_ok(mq_notify(mqd, ¬), "Unable to set notification."); in ZTEST() 245 struct sigevent not = { in ZTEST() local 261 zassert_not_ok(mq_notify(mqd, ¬), "SIGEV_SIGNAL not supported should return -1."); in ZTEST() 264 not.sigev_notify = SIGEV_NONE; in ZTEST() 266 zassert_ok(mq_notify(mqd, ¬), in ZTEST() [all …]
|