Lines Matching full:global
19 /// Trait implemented for marker types for global locks.
23 /// The name for this global lock.
25 /// Item type stored in this global lock.
27 /// The backend used for this global lock.
29 /// The class for this global lock.
33 /// Type used for global locks.
41 /// Creates a global lock.
57 /// Initializes a global lock.
79 /// Lock this global lock.
86 /// Try to lock this global lock.
147 /// The provided value will be protected by the global lock indicated by `B`.
182 /// Defines a global lock.
184 /// The global mutex must be initialized before first use. Usually this is done by calling
189 /// A global counter:
217 /// A global mutex used to protect all instances of a given struct: