Home
last modified time | relevance | path

Searched refs:msgrv (Results 1 - 23 of 23) sorted by relevance

/kernel/liteos_m/testsuites/sample/posix/mqueue/
H A DIt_posix_queue_032.c36 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
56 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
H A DIt_posix_queue_035.c36 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
54 ret = mq_receive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL); in Testcase()
H A DIt_posix_queue_037.c36 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
49 ret = mq_receive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL); in Testcase()
H A DIt_posix_queue_040.c37 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
50 ret = mq_receive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL); in Testcase()
H A DIt_posix_queue_039.c34 CHAR mqname[MQUEUE_STANDARD_NAME_LENGTH], msgrv[MQUEUE_STANDARD_NAME_LENGTH]; in Testcase() local
48 ret = mq_receive(mqdes, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL); in Testcase()
H A DIt_posix_queue_041.c36 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH]; in Testcase() local
49 ret = mq_receive(mqdes, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL); in Testcase()
H A DIt_posix_queue_036.c57 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in PthreadF02() local
61 ret = mq_receive(g_gqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL); in PthreadF02()
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_052.cpp37 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
55 ret = mq_receive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL); in Testcase()
H A DIt_posix_queue_056.cpp35 CHAR mqname[MQUEUE_STANDARD_NAME_LENGTH], msgrv[MQUEUE_STANDARD_NAME_LENGTH]; in Testcase() local
49 if (mq_receive(mqdes, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL) == -1) { in Testcase()
H A DIt_posix_queue_058.cpp37 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH]; in Testcase() local
50 ret = mq_receive(mqdes, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL); in Testcase()
H A DIt_posix_queue_057.cpp38 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
51 ret = mq_receive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL); in Testcase()
H A DIt_posix_queue_054.cpp37 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
50 ret = mq_receive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL); in Testcase()
H A DIt_posix_queue_100.cpp37 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
54 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
H A DIt_posix_queue_108.cpp35 CHAR mqname[MQUEUE_STANDARD_NAME_LENGTH], msgrv[MQUEUE_STANDARD_NAME_LENGTH]; in Testcase() local
52 ret = mq_timedreceive(mqdes, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
H A DIt_posix_queue_106.cpp37 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
54 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
H A DIt_posix_queue_110.cpp37 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
53 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
H A DIt_posix_queue_109.cpp37 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
53 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
H A DIt_posix_queue_048.cpp37 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
57 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
H A DIt_posix_queue_096.cpp37 CHAR msgrv[20]; in Testcase() local
61 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
H A DIt_posix_queue_102.cpp37 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
58 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
H A DIt_posix_queue_103.cpp37 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in Testcase() local
58 ret = mq_timedreceive(mqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in Testcase()
H A DIt_posix_queue_097.cpp57 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in PthreadF02() local
66 len = mq_timedreceive(g_gqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL, &ts); in PthreadF02()
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/smoke/
H A DIt_posix_queue_053.cpp58 CHAR msgrv[MQUEUE_STANDARD_NAME_LENGTH] = {0}; in PthreadF02() local
62 ret = mq_receive(g_gqueue, msgrv, MQUEUE_STANDARD_NAME_LENGTH, NULL); in PthreadF02()

Completed in 6 milliseconds