Searched refs:activeCount (Results 1 – 3 of 3) sorted by relevance
452 ++activeCount; in statusCallBack()455 if (activeCount == 1) in statusCallBack()462 if (activeCount == statusObjects.size()) in statusCallBack()509 if (activeCount > 0) in statusCallBack()511 --activeCount; in statusCallBack()519 if (activeCount == 0) in statusCallBack()554 "COUNT", activeCount, "INST", instance, "STATUS", status); in statusCallBack()893 if (activeCount > 0) in pollerTimerExpired()1454 if (activeCount != statusObjects.size()) in occsNotAllRunning()1459 "COUNT", activeCount, "EXP", statusObjects.size()); in occsNotAllRunning()[all …]
133 return activeCount; in getNumOCCs()231 uint8_t activeCount = 0; member
169 …activeCount = sum( [1 for sample in self.samples if sample.cpu_sample and sample.cpu_sample.sys + …170 activeCount = activeCount + sum( [1 for sample in self.samples if sample.state == 'D'] )171 self.active = (activeCount>2)