Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dqueue.h72 void *QueueDequeue(Queue *queue);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c57 TaskItem *item = (TaskItem *)QueueDequeue((Queue *)queue); in ReadyToRead()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dqueue.c123 void *QueueDequeue(Queue *queue) in QueueDequeue() function