Searched refs:copyArray (Results 1 – 1 of 1) sorted by relevance
2145 OSArray * copyArray = NULL; in applyToInterestNotifiers() local2154 copyArray = OSArray::withCapacity(1); in applyToInterestNotifiers()2161 copyArray->setObject(notify); in applyToInterestNotifiers()2166 if (copyArray) { in applyToInterestNotifiers()2170 for (index = 0; (next = copyArray->getObject( index )); index++) { in applyToInterestNotifiers()2173 copyArray->release(); in applyToInterestNotifiers()