Home
last modified time | relevance | path

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

/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() argument
142 if (context != NULL || waitInMS == 0) { in PopPriorityQueue()
147 status = OsalSemWait(&queueImpl->messageSemaphore, waitInMS); in PopPriorityQueue()
/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);