Lines Matching defs:Unlocked
1131 Unlocked,
1151 return {TestOnly, Unlocked, false};
1153 return {Complement, Unlocked, false};
1155 return {Reset, Unlocked, false};
1157 return {Set, Unlocked, false};
1165 return {TestOnly, Unlocked, true};
1167 return {Complement, Unlocked, true};
1169 return {Reset, Unlocked, true};
1171 return {Set, Unlocked, true};
1214 if (BT.Interlocking != BitTest::Unlocked)
1242 case BitTest::Unlocked: return llvm::AtomicOrdering::NotAtomic;