Home
last modified time | relevance | path

Searched refs:msgrv1 (Results 1 - 6 of 6) sorted by relevance

/kernel/liteos_m/testsuites/sample/posix/mqueue/
H A DIt_posix_queue_038.c36 CHAR msgrv1[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
58 ret = mq_receive(mqueue, msgrv1, MQUEUE_STANDARD_NAME_LENGTH, NULL); in Testcase()
64 ret = strcmp(msgptr1, msgrv1); in Testcase()
70 ret = strcmp(msgrv1, msgrv2); in Testcase()
H A DIt_posix_queue_003.c35 CHAR msgrv1[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
56 ret = mq_timedreceive(mqueue1, msgrv1, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_055.cpp37 CHAR msgrv1[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
59 ret = mq_receive(mqueue, msgrv1, MQUEUE_STANDARD_NAME_LENGTH, NULL); in Testcase()
65 ret = strcmp(msgptr1, msgrv1); in Testcase()
71 ret = strcmp(msgrv1, msgrv2); in Testcase()
H A DIt_posix_queue_104.cpp37 CHAR msgrv1[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
62 ret = mq_timedreceive(mqueue, msgrv1, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
68 ret = strcmp(msgrv1, msgptr1); in Testcase()
74 ret = strcmp(msgrv1, msgrv2); in Testcase()
H A DIt_posix_queue_095.cpp37 CHAR msgrv1[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
63 ret = mq_timedreceive(mqueue, msgrv1, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
66 ret = strncmp(msgptr1, msgrv1, strlen(msgptr2)); in Testcase()
H A DIt_posix_queue_203.cpp36 CHAR msgrv1[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
57 ret = mq_timedreceive(mqueue1, msgrv1, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()

Completed in 2 milliseconds