| /kernel/liteos_m/testsuites/sample/kernel/queue/ |
| D | It_los_queue_108.c | 47 …ICUNIT_GOTO_EQUAL(queueInfo.queueLen, 3, queueInfo.queueLen, EXIT); // Compare wiht the expected v… in HwiF01() 82 …ICUNIT_GOTO_EQUAL(queueInfo.queueLen, 3, queueInfo.queueLen, EXIT); // Compare wiht the expected v… in Testcase()
|
| D | It_los_queue_109.c | 47 …ICUNIT_GOTO_EQUAL(queueInfo.queueLen, 3, queueInfo.queueLen, EXIT); // Compare wiht the expected v… in TaskF01() 89 …ICUNIT_GOTO_EQUAL(queueInfo.queueLen, 3, queueInfo.queueLen, EXIT); // Compare wiht the expected v… in Testcase()
|
| D | It_los_queue_110.c | 45 …ICUNIT_GOTO_EQUAL(queueInfo.queueLen, 3, queueInfo.queueLen, EXIT); // Compare wiht the expected v… in SwtmrF01() 89 …ICUNIT_GOTO_EQUAL(queueInfo.queueLen, 3, queueInfo.queueLen, EXIT); // Compare wiht the expected v… in Testcase()
|
| D | It_los_queue_088.c | 48 ICUNIT_GOTO_EQUAL(queueInfo.queueLen, len, queueInfo.queueLen, EXIT); in Testcase() 73 ICUNIT_GOTO_EQUAL(queueInfo.queueLen, len, queueInfo.queueLen, EXIT); in Testcase()
|
| D | It_los_queue_090.c | 56 ICUNIT_GOTO_EQUAL(queueInfo.queueLen, len, queueInfo.queueLen, EXIT); in Testcase() 89 ICUNIT_GOTO_EQUAL(queueInfo.queueLen, len, queueInfo.queueLen, EXIT); in Testcase()
|
| D | It_los_queue_097.c | 52 …ICUNIT_GOTO_EQUAL(queueInfo.queueLen, 3, queueInfo.queueLen, EXIT); // Compare wiht the expected v… in Testcase()
|
| D | It_los_queue_104.c | 52 …ICUNIT_GOTO_EQUAL(queueInfo.queueLen, 3, queueInfo.queueLen, EXIT); // Compare wiht the expected v… in Testcase()
|
| D | It_los_queue_087.c | 58 …ICUNIT_GOTO_EQUAL(queueInfo.queueLen, 3, queueInfo.queueLen, EXIT); // Compare wiht the expected v… in Testcase()
|
| D | It_los_queue_114.c | 60 …ICUNIT_GOTO_EQUAL(queueInfo.queueLen, 3, queueInfo.queueLen, EXIT); // Compare wiht the expected v… in Testcase()
|
| /kernel/liteos_a/kernel/base/ipc/ |
| D | los_queue_debug.c | 87 node->queueLen, in OsQueueInfoOutPut() 156 (queueNode.queueLen == queueNode.readWriteableCnt[OS_QUEUE_WRITE]) && in OsQueueCheck() 163 queueNode.queueLen); in OsQueueCheck()
|
| D | los_queue.c | 146 queueCB->queueLen = len; in LOS_QueueCreate() 225 …((queueCB->queueHead + 1) == queueCB->queueLen) ? (queueCB->queueHead = 0) : (queueCB->queueHead++… in OsQueueBufferOperate() 228 … (queueCB->queueHead == 0) ? (queueCB->queueHead = queueCB->queueLen - 1) : (--queueCB->queueHead); in OsQueueBufferOperate() 233 …((queueCB->queueTail + 1) == queueCB->queueLen) ? (queueCB->queueTail = 0) : (queueCB->queueTail++… in OsQueueBufferOperate() 447 queueCB->queueLen) { in LOS_QueueDelete() 494 queueInfo->usQueueLen = queueCB->queueLen; in LOS_QueueInfoGet()
|
| /kernel/liteos_m/kernel/src/ |
| D | los_queue.c | 187 queueCB->queueLen = len; in OsQueueCreate() 316 …((queueCB->queueHead + 1) == queueCB->queueLen) ? (queueCB->queueHead = 0) : (queueCB->queueHead++… in OsQueueBufferOperate() 320 …(queueCB->queueHead == 0) ? (queueCB->queueHead = (queueCB->queueLen - 1)) : (--queueCB->queueHead… in OsQueueBufferOperate() 326 …((queueCB->queueTail + 1) == queueCB->queueLen) ? (queueCB->queueTail = 0) : (queueCB->queueTail++… in OsQueueBufferOperate() 707 queueCB->queueLen) { in LOS_QueueDelete() 762 queueInfo->queueLen = queueCB->queueLen; in LOS_QueueInfoGet()
|
| /kernel/liteos_m/kernel/include/ |
| D | los_queue.h | 363 UINT16 queueLen; /**< Queue length */ member 816 UINT16 queueLen; /**< Queue length */ member
|
| /kernel/liteos_a/kernel/base/include/ |
| D | los_queue_pri.h | 71 UINT16 queueLen; /**< Queue length */ member
|
| /kernel/liteos_m/components/trace/cnv/ |
| D | trace_cnv.c | 94 … LOS_TRACE(QUEUE_CREATE, queueCB->queueID, queueCB->queueLen, queueCB->queueSize - sizeof(UINT32), in LOS_TraceQueueCreate()
|
| /kernel/liteos_a/kernel/extended/trace/cnv/ |
| D | trace_cnv.c | 95 … LOS_TRACE(QUEUE_CREATE, queueCB->queueID, queueCB->queueLen, queueCB->queueSize - sizeof(UINT32), in LOS_TraceQueueCreate()
|
| /kernel/liteos_m/kal/posix/src/ |
| D | mqueue.c | 391 mqAttr->mq_maxmsg = mqueueCB->mqcb->queueLen; in OsMqGetAttr()
|
| /kernel/liteos_a/compat/posix/src/ |
| D | mqueue.c | 625 mqAttr->mq_maxmsg = mqueueCB->mqcb->queueLen; in OsMqGetAttr()
|
| /kernel/liteos_m/kal/cmsis/ |
| D | cmsis_liteos2.c | 1345 attrVal = queueCB->queueLen; in osMessageQueueGetAttr()
|