Lines Matching full:locking
1 Locking
4 Locking is well-known and the common use cases are straightforward: Any
13 Locking and Prior Accesses
16 The basic rule of locking is worth repeating:
50 Locking and Subsequent Accesses
82 locking basic rule extend across multiple acquisitions of a given lock
86 Double-Checked Locking
90 double-checked locking work correctly, This litmus test illustrates
93 /* See Documentation/litmus-tests/locking/DCL-broken.litmus. */
118 /* See Documentation/litmus-tests/locking/DCL-fixed.litmus. */
151 It is not necessarily the case that accesses ordered by locking will be
219 No Roach-Motel Locking!
232 /* See Documentation/litmus-tests/locking/RM-fixed.litmus. */
269 /* See Documentation/litmus-tests/locking/RM-broken.litmus. */