Searched refs:roqueue (Results 1 - 2 of 2) sorted by relevance
/kernel/liteos_m/testsuites/sample/posix/mqueue/ |
H A D | It_posix_queue_005.c | 36 mqd_t roqueue; in Testcase() local 43 roqueue = mq_open(mqname, O_CREAT | O_RDONLY, S_IRUSR | S_IWUSR, NULL); in Testcase() 44 ICUNIT_GOTO_NOT_EQUAL(roqueue, (mqd_t)-1, roqueue, EXIT); in Testcase() 49 ret = mq_close(roqueue); in Testcase() 62 mq_close(roqueue); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
H A D | It_posix_queue_008.cpp | 37 mqd_t roqueue, roqueue2; in Testcase() local 43 roqueue = mq_open(mqname, O_CREAT | O_RDONLY, S_IRUSR | S_IWUSR, NULL); in Testcase() 44 ICUNIT_GOTO_NOT_EQUAL(roqueue, (mqd_t)-1, roqueue, EXIT2); in Testcase() 52 ret = mq_close(roqueue); in Testcase() 62 mq_close(roqueue); in Testcase()
|
Completed in 1 milliseconds