Lines Matching full:backend
9 sync::lock::{Backend, Guard, Lock},
27 /// The backend used for this global lock.
28 type Backend: Backend + 'static; typedef
37 inner: Lock<B::Item, B::Backend>,
71 B::Backend::init( in init()
98 inner: Guard<'static, B::Item, B::Backend>,
263 "Backend type used by [`",
275 type Backend = $crate::global_lock_inner!(backend $kind);
289 // * We are only generating one static with this backend type.
299 (backend Mutex) => {
302 (backend SpinLock) => {