D | mqueue.c | 120 struct sigevent not = { in ZTEST() local 133 zassert_ok(mq_notify(mqd, ¬), "Unable to set notification."); in ZTEST() 169 struct sigevent not = { in ZTEST() local 182 zassert_ok(mq_notify(mqd, ¬), "Unable to set notification."); in ZTEST() 201 struct sigevent not = { in ZTEST() local 216 zassert_ok(mq_notify(mqd, ¬), "Unable to set notification."); in ZTEST() 241 struct sigevent not = { in ZTEST() local 257 zassert_not_ok(mq_notify(mqd, ¬), "SIGEV_SIGNAL not supported should return -1."); in ZTEST() 260 not.sigev_notify = SIGEV_NONE; in ZTEST() 262 zassert_ok(mq_notify(mqd, ¬), in ZTEST() [all …]
|