Home
last modified time | relevance | path

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

/linux/rust/pin-init/examples/
H A Dmutex.rs124 unsafe impl<T: Send> Send for CMutex<T> {} implementation
67 pub struct CMutex<T> { global() struct
76 impl<T> CMutex<T> { global() implementation
123 unsafe impl<T: Send> Send for CMutex<T> {} global() implementation