Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/core/common/queue/
H A Dqueue_test.cpp80 * @tc.desc: core common QueueCountGet invalid param test
88 int32_t ret = QueueCountGet(nullptr, &count); in HWTEST_F()
90 ret = QueueCountGet(&queue, nullptr); in HWTEST_F()
120 int32_t ret = QueueCountGet(queue, &count); in HWTEST_F()
/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()
/foundation/communication/dsoftbus/core/common/queue/
H A Dsoftbus_queue.c77 int32_t QueueCountGet(const LockFreeQueue* queue, uint32_t* count) in QueueCountGet() function
/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_queue.h67 extern int32_t QueueCountGet(const LockFreeQueue* queue, uint32_t* count);

Completed in 2 milliseconds