Lines Matching defs:Unlocked
1351 Unlocked,
1371 return {TestOnly, Unlocked, false};
1373 return {Complement, Unlocked, false};
1375 return {Reset, Unlocked, false};
1377 return {Set, Unlocked, false};
1385 return {TestOnly, Unlocked, true};
1387 return {Complement, Unlocked, true};
1389 return {Reset, Unlocked, true};
1391 return {Set, Unlocked, true};
1434 if (BT.Interlocking != BitTest::Unlocked)
1462 case BitTest::Unlocked: return llvm::AtomicOrdering::NotAtomic;