Home
last modified time | relevance | path

Searched defs:Lock (Results 1 – 1 of 1) sorted by relevance

/rust/kernel/sync/
A Dlock.rs106 pub struct Lock<T: ?Sized, B: Backend> { struct
121 // SAFETY: `Lock` can be transferred across thread boundaries iff the data it protects can. argument
122 unsafe impl<T: ?Sized + Send, B: Backend> Send for Lock<T, B> {} implementation
126 unsafe impl<T: ?Sized + Send, B: Backend> Sync for Lock<T, B> {} implementation
128 impl<T, B: Backend> Lock<T, B> { impls
143 impl<B: Backend> Lock<(), B> { impls
165 impl<T: ?Sized, B: Backend> Lock<T, B> { impls

Completed in 4 milliseconds