Lines Matching defs:badness
1966 // Functions for manipulating the badness
1969 // Reset the badness to zero so we eagerly try to speculate again
1970 lck->lk.adaptive.badness = 0;
1976 kmp_uint32 newBadness = (lck->lk.adaptive.badness << 1) | 1;
1980 lck->lk.adaptive.badness = newBadness;
1988 kmp_uint32 badness = lck->lk.adaptive.badness;
1990 int res = (attempts & badness) == 0;
2037 // the full set of attempts, so back off the badness.
2173 lck->lk.adaptive.badness = 0;