Home
last modified time | relevance | path

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

/linux-6.15/rust/pin-init/examples/
Dmutex.rs64 pub struct CMutex<T> { struct
73 impl<T> CMutex<T> { argument
119 unsafe impl<T: Send> Send for CMutex<T> {} implementation
120 unsafe impl<T: Send> Sync for CMutex<T> {} implementation