Searched refs:fBlockedArray (Results 1 – 2 of 2) sorted by relevance
491 fBlockedArray = OSArray::withCapacity(4); in PMinit()564 if (fBlockedArray) { in PMfree()565 fBlockedArray->release(); in PMfree()566 fBlockedArray = NULL; in PMfree()5736 while (fBlockedArray->getCount()) { in stop_watchdog_timer()5740 fBlockedArray->removeObject(0); in stop_watchdog_timer()5774 fBlockedArray->removeObject(i); in reset_watchdog_timer()5786 for (i = 0; i < fBlockedArray->getCount(); i++) { in reset_watchdog_timer()5790 fBlockedArray->setObject(i, blockedObject); in reset_watchdog_timer()5794 if (i == fBlockedArray->getCount()) { in reset_watchdog_timer()[all …]
389 #define fBlockedArray pwrMgt->BlockedArray macro