/kernel/liteos_m/testsuites/unittest/posix/src/mqueue/ |
D | mqueue_func_test.c | 113 mqueue = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr); 150 queue = mq_open(qName, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL); 153 queueOther = mq_open(qName, O_CREAT | O_EXCL, S_IRUSR | S_IWUSR, NULL); 212 queue = mq_open(qName, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr); 229 queue = mq_open(qName, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr); 251 queue = mq_open(qName, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL); 275 queue = mq_open(qName, O_RDWR, S_IRUSR | S_IWUSR, NULL); 303 queue[i] = mq_open(qName[i], O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL); 315 queue[i] = mq_open(qName[i], O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL); 341 queue = mq_open(qName, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &setAttr); [all …]
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
D | It_posix_queue_016.cpp | 43 mqueue1 = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL); in Testcase() 46 mqueue2 = mq_open(mqname, O_CREAT | O_EXCL | O_RDWR, S_IRUSR | S_IWUSR, NULL); in Testcase()
|
D | It_posix_queue_008.cpp | 43 roqueue = mq_open(mqname, O_CREAT | O_RDONLY, S_IRUSR | S_IWUSR, NULL); in Testcase() 46 roqueue2 = mq_open(mqname, O_RDONLY, S_IRUSR | S_IWUSR, NULL); in Testcase()
|
D | It_posix_queue_127.cpp | 46 msgQId1 = mq_open(qName, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &msgAttr); in Testcase() 49 msgQId2 = mq_open(qName, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &msgAttr); in Testcase()
|
D | It_posix_queue_187.cpp | 43 mqueue = mq_open(mqname, O_CREAT | O_NONBLOCK, S_IRUSR | S_IWUSR, 0); in Testcase() 52 mqueue = mq_open(mqname, O_CREAT | 0, S_IRUSR | S_IWUSR, 0); in Testcase()
|
D | It_posix_queue_203.cpp | 49 mqueue1 = mq_open(mqname, O_CREAT | O_RDWR | O_NONBLOCK, S_IRUSR | S_IWUSR, &attr); in Testcase() 52 mqueue2 = mq_open(mqname, O_RDWR | O_EXCL, S_IRUSR | S_IWUSR, &attr); in Testcase()
|
D | It_posix_queue_013.cpp | 44 mqueue1 = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL); in Testcase() 50 mqueue2 = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL); in Testcase()
|
D | It_posix_queue_090.cpp | 43 queue[i] = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL); in Testcase() 50 queue[numqueues] = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL); in Testcase()
|
D | It_posix_queue_019.cpp | 49 mqueue1 = mq_open(mqname, O_CREAT | O_RDWR | O_NONBLOCK, S_IRUSR | S_IWUSR, &attr); in Testcase() 58 mqueue2 = mq_open(mqname, O_RDWR | O_NONBLOCK, S_IRUSR | S_IWUSR, NULL); in Testcase()
|
D | It_posix_queue_073.cpp | 53 mqueue1 = mq_open(mqname1, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr); in Testcase() 56 mqueue2 = mq_open(mqname2, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr); in Testcase()
|
D | It_posix_queue_011.cpp | 49 rdwrqueue = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr); in Testcase() 58 rdwrqueue2 = mq_open(mqname, O_RDWR, S_IRUSR | S_IWUSR, &attr); in Testcase()
|
D | It_posix_queue_156.cpp | 50 msgQIdA = mq_open(qNameA, O_CREAT | O_RDWR | O_NONBLOCK, S_IRUSR | S_IWUSR, &msgAttr); in Testcase() 56 msgQIdB = mq_open(qNameB, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &msgAttr); in Testcase()
|
D | It_posix_queue_157.cpp | 50 mqueue[i] = mq_open(mqname[i], O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr); in Testcase() 57 mqueue[i] = mq_open(mqname[i], O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr); in Testcase()
|
D | It_posix_queue_163.cpp | 47 mqueue[i] = mq_open(mqname[i], O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr); in Testcase() 54 mqueue[i] = mq_open(mqname[i], O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr); in Testcase()
|
D | It_posix_queue_204.cpp | 44 g_mqueue1 = mq_open(g_mqname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR, &g_attr); in PthreadF01() 58 g_mqueue2 = mq_open(g_mqname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR, &g_attr); in PthreadF02()
|
D | It_posix_queue_159.cpp | 50 mqueue[i] = mq_open(mqname[i], O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr); in Testcase() 57 mqueue[i] = mq_open(mqname[i], O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr); in Testcase()
|
D | It_posix_queue_143.cpp | 68 g_gqueue = mq_open(mqname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR, &attr); in Testcase() 84 g_gqueue = mq_open(mqname, O_RDWR, S_IRUSR | S_IWUSR, &attr); in Testcase()
|
D | It_posix_queue_160.cpp | 47 g_mqueueId[i] = mq_open(g_mqueueName[i], O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr); in PthreadF01() 54 g_mqueueId[i] = mq_open(g_mqueueName[i], O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr); in PthreadF01()
|
D | It_posix_queue_021.cpp | 43 mqueue = mq_open(mqname, O_RDWR, S_IRUSR | S_IWUSR, NULL); in Testcase()
|
D | It_posix_queue_026.cpp | 43 queue = mq_open(qname, O_RDWR, S_IRUSR | S_IWUSR, NULL); in Testcase()
|
D | It_posix_queue_005.cpp | 42 mqueue = mq_open(mqname, O_RDWR, S_IRUSR | S_IWUSR, NULL); in Testcase()
|
D | It_posix_queue_098.cpp | 43 queue = mq_open(qname, O_CREAT | O_RDWR | O_WRONLY, S_IRUSR | S_IWUSR, NULL); in Testcase()
|
D | It_posix_queue_027.cpp | 43 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/smoke/ |
D | It_posix_queue_028.cpp | 48 mqueue = mq_open(mqname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR, &attr); in Testcase() 60 mqueue = mq_open(mqname, O_RDWR | O_NONBLOCK, S_IRUSR | S_IWUSR, &attr); in Testcase()
|
/kernel/linux/linux-5.10/tools/perf/trace/strace/groups/ |
D | string | 36 mq_open
|