Home
last modified time | relevance | path

Searched refs:QueueCountGet (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/queue/
H A Dqueue_test.cpp88 int32_t ret = QueueCountGet(nullptr, &count);
90 ret = QueueCountGet(&queue, nullptr);
120 int32_t ret = QueueCountGet(queue, &count);
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_conn_common.c179 if (QueueCountGet(lockFreeQueue, &queueCount) != 0) { in WaitQueueLength()
200 if (QueueCountGet(queue->queue[i], &queueCount) != 0) { in GetMsg()
/ohos5.0/foundation/communication/dsoftbus/core/common/queue/
H A Dsoftbus_queue.c77 int32_t QueueCountGet(const LockFreeQueue* queue, uint32_t* count) in QueueCountGet() function
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_queue.h67 extern int32_t QueueCountGet(const LockFreeQueue* queue, uint32_t* count);