Home
last modified time | relevance | path

Searched refs:MAX_MQ_NAME_LEN (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_m/testsuites/unittest/xts/ipc/
Dxts_ipc.h76 #define MAX_MQ_NAME_LEN 2560 macro
/kernel/liteos_m/testsuites/unittest/posix/src/mqueue/
Dmqueue_func_test.c54 const int MAX_MQ_NAME_LEN = 256; // max mqueue name length variable
241 char qName[MAX_MQ_NAME_LEN + 10];
245 for (i=0; i<MAX_MQ_NAME_LEN + 5; i++) {
339 setAttr.mq_maxmsg = MAX_MQ_NAME_LEN;
/kernel/liteos_m/testsuites/unittest/xts/ipc/msg_queue/
Dmq_exp_test.c536 char qName[MAX_MQ_NAME_LEN + 10]; /* 10, common data for test, no special meaning */
538 for (i = 0; i < MAX_MQ_NAME_LEN + 5; i++) { /* 5, common data for test, no special meaning */