Lines Matching full:holding
5 CPU holding a given lock sees any changes previously seen or made by any
18 Any CPU holding a given lock sees any changes previously seen
21 Note that this statement is a bit stronger than "Any CPU holding a
23 previously holding this same lock". For example, consider the following
53 The converse to the basic rule also holds: Any CPU holding a given
143 In short, if you access a lock-protected variable without holding the
148 Ordering Provided by a Lock to CPUs Not Holding That Lock
152 seen as ordered by CPUs not holding that lock. Consider this example:
184 Ordering can be extended to CPUs not holding the lock by careful use
254 CPU0() sets it to "1" while holding the lock, and CPU1() emulates the
264 "x" while holding the lock. And herd7 confirms this.