Home
last modified time | relevance | path

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

/kernel/liteos_a/compat/posix/src/
H A Dmqueue.c55 #define IPC_QUEUE_TABLE g_queueTable macro
102 if ((IPC_QUEUE_TABLE[index].mq_name == NULL) || (strlen(IPC_QUEUE_TABLE[index].mq_name) != mylen)) { in GetMqueueCBByName()
106 if (strncmp(name, (const CHAR *)(IPC_QUEUE_TABLE[index].mq_name), mylen) == 0) { in GetMqueueCBByName()
107 return &(IPC_QUEUE_TABLE[index]); in GetMqueueCBByName()
196 if (IPC_QUEUE_TABLE[GET_QUEUE_INDEX(mqueueID)].mqcb == NULL) { in DoMqueueCreate()
197 mqueueCB = &(IPC_QUEUE_TABLE[GET_QUEUE_INDEX(mqueueID)]); in DoMqueueCreate()
/kernel/liteos_a/kernel/base/include/
H A Dlos_ipc_container_pri.h83 #define IPC_QUEUE_TABLE (OsGetCurrIpcContainer()->queueTable) macro

Completed in 2 milliseconds