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