Home
last modified time | relevance | path

Searched refs:roqueue2 (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_m/testsuites/sample/posix/mqueue/
H A DIt_posix_queue_005.c37 mqd_t roqueue2; in Testcase() local
46 roqueue2 = mq_open(mqname, O_RDONLY, S_IRUSR | S_IWUSR, NULL); in Testcase()
47 ICUNIT_GOTO_NOT_EQUAL(roqueue2, (mqd_t)-1, roqueue2, EXIT1); in Testcase()
52 ret = mq_close(roqueue2); in Testcase()
60 mq_close(roqueue2); in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_008.cpp37 mqd_t roqueue, roqueue2; in Testcase() local
46 roqueue2 = mq_open(mqname, O_RDONLY, S_IRUSR | S_IWUSR, NULL); in Testcase()
47 ICUNIT_GOTO_NOT_EQUAL(roqueue2, (mqd_t)-1, roqueue2, EXIT); in Testcase()
49 ret = mq_close(roqueue2); in Testcase()
60 mq_close(roqueue2); in Testcase()

Completed in 1 milliseconds