Searched refs:waitInMS (Results 1 – 2 of 2) sorted by relevance
131 void *PopPriorityQueue(PriorityQueue *queue, uint32_t waitInMS) in PopPriorityQueue() argument142 if (context != NULL || waitInMS == 0) { in PopPriorityQueue()147 status = OsalSemWait(&queueImpl->messageSemaphore, waitInMS); in PopPriorityQueue()
26 void *PopPriorityQueue(PriorityQueue *queue, uint32_t waitInMS);