Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/posix/src/
H A Dmqueue.c36 STATIC struct mqarray g_queueTable[LOSCFG_BASE_IPC_QUEUE_LIMIT]; variable
119 if ((g_queueTable[index].mq_name == NULL) || (strlen(g_queueTable[index].mq_name) != mylen)) { in GetMqueueCBByName()
123 if (strncmp(name, (const CHAR *)(g_queueTable[index].mq_name), mylen) == 0) { in GetMqueueCBByName()
124 return &(g_queueTable[index]); in GetMqueueCBByName()
189 if (g_queueTable[GET_QUEUE_INDEX(mqueueID)].mqcb == NULL) { in DoMqueueCreate()
190 mqueueCB = &(g_queueTable[GET_QUEUE_INDEX(mqueueID)]); in DoMqueueCreate()
/kernel/liteos_a/compat/posix/src/
H A Dmqueue.c50 STATIC struct mqarray g_queueTable[LOSCFG_BASE_IPC_QUEUE_LIMIT]; variable
55 #define IPC_QUEUE_TABLE g_queueTable

Completed in 3 milliseconds