Searched refs:kInterruptThreshold (Results 1 – 2 of 2) sorted by relevance
667 if (delegate && ((++objects % kInterruptThreshold) == 0)) { in Process()679 if (delegate && ((++objects % kInterruptThreshold) == 0)) { in Process()
117 static const int kInterruptThreshold = 128; variable