Home
last modified time | relevance | path

Searched refs:QueueSingleConsumerDequeue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_queue.h207 static inline int32_t QueueSingleConsumerDequeue(LockFreeQueue* queue, void** node) in QueueSingleConsumerDequeue() function
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_conn_common.c209 if (QueueSingleConsumerDequeue(queue->queue[i], msg) != 0) { in GetMsg()