Lines Matching refs:zassert_ok
84 zassert_ok(pthread_create(&newthread[i], NULL, in ZTEST()
109 zassert_ok(strcmp(rec_data, send_data), in notify_function_basic()
112 zassert_ok(mq_close(mqd), "Unable to close message queue descriptor."); in notify_function_basic()
137 zassert_ok(mq_notify(mqd, ¬), "Unable to set notification."); in ZTEST()
139 zassert_ok(mq_send(mqd, send_data, MESSAGE_SIZE, 0), "Unable to send message"); in ZTEST()
143 zassert_ok(mq_close(mqd), "Unable to close message queue descriptor."); in ZTEST()
144 zassert_ok(mq_unlink(queue), "Unable to unlink queue"); in ZTEST()
158 zassert_ok(strcmp(rec_data, send_data), in notify_function_thread()
161 zassert_ok(mq_close(mqd), "Unable to close message queue descriptor."); in notify_function_thread()
186 zassert_ok(mq_notify(mqd, ¬), "Unable to set notification."); in ZTEST()
188 zassert_ok(mq_send(mqd, send_data, MESSAGE_SIZE, 0), "Unable to send message"); in ZTEST()
194 zassert_ok(mq_close(mqd), "Unable to close message queue descriptor."); in ZTEST()
195 zassert_ok(mq_unlink(queue), "Unable to unlink queue"); in ZTEST()
218 zassert_ok(mq_send(mqd, send_data, MESSAGE_SIZE, 0), "Unable to send message"); in ZTEST()
220 zassert_ok(mq_notify(mqd, ¬), "Unable to set notification."); in ZTEST()
230 zassert_ok(mq_send(mqd, send_data, MESSAGE_SIZE, 0), "Unable to send message"); in ZTEST()
234 zassert_ok(mq_close(mqd), "Unable to close message queue descriptor."); in ZTEST()
235 zassert_ok(mq_unlink(queue), "Unable to unlink queue"); in ZTEST()
266 zassert_ok(mq_notify(mqd, ¬), in ZTEST()
273 zassert_ok(mq_notify(mqd, NULL), "Unable to remove notification from the message queue."); in ZTEST()
275 zassert_ok(mq_close(mqd), "Unable to close message queue descriptor."); in ZTEST()
276 zassert_ok(mq_unlink(queue), "Unable to unlink queue"); in ZTEST()