Home
last modified time | relevance | path

Searched refs:QueueIsEmpty (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dqueue.c178 while (!QueueIsEmpty(queue)) { in QueueFlush()
186 bool QueueIsEmpty(Queue* queue) in QueueIsEmpty() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dqueue.h117 bool QueueIsEmpty(Queue *queue);
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_queue.h73 static inline int32_t QueueIsEmpty(LockFreeQueue* queue) in QueueIsEmpty() function