Home
last modified time | relevance | path

Searched refs:mqarray (Results 1 - 6 of 6) sorted by relevance

/kernel/liteos_a/compat/posix/src/
H A Dmqueue.c50 STATIC struct mqarray g_queueTable[LOSCFG_BASE_IPC_QUEUE_LIMIT];
96 STATIC INLINE struct mqarray *GetMqueueCBByName(const CHAR *name) in GetMqueueCBByName()
113 STATIC INT32 DoMqueueDelete(struct mqarray *mqueueCB) in DoMqueueDelete()
147 STATIC int SaveMqueueName(const CHAR *mqName, struct mqarray *mqueueCB) in SaveMqueueName()
168 STATIC VOID MqueueCBInit(struct mqarray *mqueueCB, const struct mq_attr *attr, INT32 openFlag, UINT32 mode) in MqueueCBInit()
183 struct mqarray *mqueueCB = NULL; in DoMqueueCreate()
239 STATIC struct mqpersonal *DoMqueueOpen(struct mqarray *mqueueCB, INT32 openFlag) in DoMqueueOpen()
248 /* alloc mqprivate and add to mqarray */ in DoMqueueOpen()
271 struct mqarray *mqueueCB = NULL; in DoMqueueClose()
363 struct mqarray *mqueueC in MqueueRefer()
[all...]
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_204.cpp43 struct mqarray *ptrMqcb = (struct mqarray *)NULL; in PthreadF01()
57 struct mqarray *ptrMqcb = (struct mqarray *)NULL; in PthreadF02()
/kernel/liteos_m/kal/posix/src/
H A Dmqueue.c36 STATIC struct mqarray g_queueTable[LOSCFG_BASE_IPC_QUEUE_LIMIT];
113 STATIC INLINE struct mqarray *GetMqueueCBByName(const CHAR *name) in GetMqueueCBByName()
131 STATIC INT32 DoMqueueDelete(struct mqarray *mqueueCB) in DoMqueueDelete()
158 STATIC int SaveMqueueName(const CHAR *mqName, struct mqarray *mqueueCB) in SaveMqueueName()
181 struct mqarray *mqueueCB = NULL; in DoMqueueCreate()
233 STATIC struct mqpersonal *DoMqueueOpen(struct mqarray *mqueueCB, INT32 openFlag) in DoMqueueOpen()
242 /* alloc mqprivate and add to mqarray */ in DoMqueueOpen()
264 struct mqarray *mqueueCB = NULL; in mq_open()
316 struct mqarray *mqueueCB = NULL; in mq_close()
374 struct mqarray *mqueueC in OsMqGetAttr()
[all...]
H A Dmqueue_impl.h120 struct mqarray { struct
134 struct mqarray *mq_posixdes;
/kernel/liteos_a/compat/posix/include/
H A Dmqueue.h94 struct mqarray { struct
108 struct mqarray *mq_posixdes;
431 extern VOID OsMqueueCBDestroy(struct mqarray *queueTable);
/kernel/liteos_a/kernel/base/include/
H A Dlos_ipc_container_pri.h51 struct mqarray queueTable[LOSCFG_BASE_IPC_QUEUE_LIMIT];

Completed in 5 milliseconds