reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1222 while ((victim == NULL || victim == pr || 1222 while ((victim == NULL || victim == pr || 1223 (*(volatile T *)&victim->u.p.static_steal_counter != 1227 victim = reinterpret_cast<dispatch_private_info_template<T> *>( 1231 if (!victim || (*(volatile T *)&victim->u.p.static_steal_counter != 1231 if (!victim || (*(volatile T *)&victim->u.p.static_steal_counter != 1237 if (victim->u.p.count + 2 > (UT)victim->u.p.ub) { 1237 if (victim->u.p.count + 2 > (UT)victim->u.p.ub) { 1245 limit = victim->u.p.ub; // keep initial ub 1246 if (victim->u.p.count >= limit || 1247 (remaining = limit - victim->u.p.count) < 2) { 1257 init = (victim->u.p.ub -= (remaining >> 2)); 1261 init = (victim->u.p.ub -= 1);