Searched refs:otherNewLoad (Results 1 – 1 of 1) sorted by relevance
174 int32 otherNewLoad = other->GetLoad() + threadLoad; in rebalance() local175 return coreNewLoad - otherNewLoad >= kLoadDifference / 2 ? other : core; in rebalance()