Searched refs:unboundedQueueArray (Results 1 – 1 of 1) sorted by relevance
2838 IODispatchQueue ** unboundedQueueArray = NULL; in objectInstantiate() local2926 unboundedQueueArray = IONewZero(IODispatchQueue *, queueAlloc); in objectInstantiate()2928 OSBoundedArrayRef<IODispatchQueue *>(unboundedQueueArray, queueAlloc); in objectInstantiate()5566 IODispatchQueue ** unboundedQueueArray = NULL; in serviceStop() local5630 unboundedQueueArray = uvars->queueArray.data(); in serviceStop()5631 IOSafeDeleteNULL(unboundedQueueArray, IODispatchQueue *, queueAlloc); in serviceStop()