Searched refs:unboundedQueueArray (Results 1 – 1 of 1) sorted by relevance
2871 IODispatchQueue ** unboundedQueueArray = NULL; in objectInstantiate() local2959 unboundedQueueArray = IONewZero(IODispatchQueue *, queueAlloc); in objectInstantiate()2961 OSBoundedArrayRef<IODispatchQueue *>(unboundedQueueArray, queueAlloc); in objectInstantiate()5600 IODispatchQueue ** unboundedQueueArray = NULL; in serviceStop() local5664 unboundedQueueArray = uvars->queueArray.data(); in serviceStop()5665 IOSafeDeleteNULL(unboundedQueueArray, IODispatchQueue *, queueAlloc); in serviceStop()