Home
last modified time | relevance | path

Searched refs:OS_QUEUE_UNUSED (Results 1 - 12 of 12) sorted by relevance

/kernel/uniproton/src/core/ipc/queue/
H A Dprt_queue_del.c35 if (queueCb->queueState == OS_QUEUE_UNUSED) { in PRT_QueueDelete()
55 queueCb->queueState = OS_QUEUE_UNUSED; in PRT_QueueDelete()
H A Dprt_queue.c155 if (queueCb->queueState == OS_QUEUE_UNUSED) { in PRT_QueueRead()
278 if (queueCb->queueState == OS_QUEUE_UNUSED) { in PRT_QueueWrite()
H A Dprt_queue_minor.c28 if ((*queueCb)->queueState == OS_QUEUE_UNUSED) { in OsQueueGetParaCheck()
H A Dprt_queue_init.c87 if (queueCb->queueState == OS_QUEUE_UNUSED) { in OsQueueCreate()
/kernel/liteos_m/kernel/src/
H A Dlos_queue.c365 if (queueCB->queueState == OS_QUEUE_UNUSED) { in OsQueueOperateParamCheck()
581 if (queueCB->queueState == OS_QUEUE_UNUSED) { in OsQueueMailAlloc()
639 if (queueCB->queueState == OS_QUEUE_UNUSED) { in OsQueueMailFree()
685 if (queueCB->queueState == OS_QUEUE_UNUSED) { in LOS_QueueDelete()
714 queueCB->queueState = OS_QUEUE_UNUSED; in LOS_QueueDelete()
755 if (queueCB->queueState == OS_QUEUE_UNUSED) { in LOS_QueueInfoGet()
/kernel/liteos_a/kernel/base/ipc/
H A Dlos_queue_debug.c120 if (queueNode.queueState == OS_QUEUE_UNUSED) { in SortQueueIndexArray()
151 if ((queueNode.queueState == OS_QUEUE_UNUSED) || in OsQueueCheck()
H A Dlos_queue.c271 if ((queueCB->queueID != queueID) || (queueCB->queueState == OS_QUEUE_UNUSED)) { in OsQueueOperateParamCheck()
426 if ((queueCB->queueID != queueID) || (queueCB->queueState == OS_QUEUE_UNUSED)) { in LOS_QueueDelete()
454 queueCB->queueState = OS_QUEUE_UNUSED; in LOS_QueueDelete()
488 if ((queueCB->queueID != queueID) || (queueCB->queueState == OS_QUEUE_UNUSED)) { in LOS_QueueInfoGet()
/kernel/uniproton/src/core/ipc/include/
H A Dprt_queue_external.h26 #define OS_QUEUE_UNUSED 0 /* 队列没有使用 */ macro
/kernel/liteos_a/kernel/base/include/
H A Dlos_queue_pri.h86 #define OS_QUEUE_UNUSED 0 macro
/kernel/liteos_a/testsuites/kernel/src/
H A DiCunit.c276 if (queueCB->queueState == OS_QUEUE_UNUSED) { in ICunitRunF()
356 if (queueCB->queueState == OS_QUEUE_UNUSED) { in ICunitRunF()
/kernel/liteos_m/kernel/include/
H A Dlos_queue.h1092 #define OS_QUEUE_UNUSED 0 macro
/kernel/liteos_m/kal/cmsis/
H A Dcmsis_liteos2.c1339 if (queueCB->queueState == OS_QUEUE_UNUSED) { in osMessageQueueGetAttr()

Completed in 9 milliseconds