Searched defs:CMutex (Results 1 – 1 of 1) sorted by relevance
68 pub struct CMutex<T> { struct77 impl<T> CMutex<T> { implementation124 unsafe impl<T: Send> Send for CMutex<T> {} implementation125 unsafe impl<T: Send> Sync for CMutex<T> {} implementation