Home
last modified time | relevance | path

Searched refs:MQ_MAX_MSG_NUM (Results 1 - 8 of 8) sorted by relevance

/kernel/liteos_m/testsuites/sample/posix/mqueue/
H A DIt_posix_queue_008.c50 ICUNIT_GOTO_EQUAL(attr.mq_maxmsg, MQ_MAX_MSG_NUM, attr.mq_maxmsg, EXIT1); in Testcase()
H A DIt_posix_queue.h63 #define MQ_MAX_MSG_NUM 16 macro
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_014.cpp51 ICUNIT_GOTO_EQUAL(attr.mq_maxmsg, MQ_MAX_MSG_NUM, attr.mq_maxmsg, EXIT1); in Testcase()
/kernel/liteos_a/compat/posix/include/
H A Dmqueue.h62 #define MQ_MAX_MSG_NUM 16 macro
/kernel/liteos_m/kal/posix/src/
H A Dmqueue_impl.h67 #define MQ_MAX_MSG_NUM 16 macro
H A Dmqueue.c267 struct mq_attr defaultAttr = { 0, MQ_MAX_MSG_NUM, MQ_MAX_MSG_LEN, 0, {0} }; in mq_open()
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/
H A DIt_posix_queue.h64 #define MQ_MAX_MSG_NUM 16 macro
/kernel/liteos_a/compat/posix/src/
H A Dmqueue.c513 struct mq_attr defaultAttr = { 0, MQ_MAX_MSG_NUM, MQ_MAX_MSG_LEN, 0 }; in mq_open()

Completed in 5 milliseconds