(&self)
| 173 | } |
| 174 | |
| 175 | pub fn lock(&self) -> spin::MutexGuard<A> |
| 176 | { |
| 177 | self.inner.lock() |
| 178 | } |
| 179 | } |
| 180 | |
| 181 | // This aligns the specified "address", upwards, to "align". In order to use this function, "align" must have a value that is a power of two (2). |
no outgoing calls
no test coverage detected