Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/message/
H A Dhdf_queue_test.c49 p = PopPriorityQueue(queue, 0); in MessageQueueTest001()
53 p = PopPriorityQueue(queue, 0); in MessageQueueTest001()
57 p = PopPriorityQueue(queue, 0); in MessageQueueTest001()
61 p = PopPriorityQueue(queue, 0); in MessageQueueTest001()
99 p = PopPriorityQueue(queue, 0); in MessageQueueTest002()
103 p = PopPriorityQueue(queue, 0); in MessageQueueTest002()
107 p = PopPriorityQueue(queue, 0); in MessageQueueTest002()
111 p = PopPriorityQueue(queue, 0); in MessageQueueTest002()
165 p = PopPriorityQueue(queue, POP_TIMEOUT); in MessageQueueTest003()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/
H A Dhdf_wlan_priority_queue.h26 void *PopPriorityQueue(PriorityQueue *queue, uint32_t waitInMS);
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
H A Dmessage_dispatcher.c233 context = PopPriorityQueue(dispatcher->messageQueue, 0); in ReleaseAllMessage()
266 context = PopPriorityQueue(dispatcher->messageQueue, QUEUE_OPER_TIMEOUT); in RunDispatcher()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_priority_queue.c131 void *PopPriorityQueue(PriorityQueue *queue, uint32_t waitInMS) in PopPriorityQueue() function