Searched defs:CMutex (Results 1 – 1 of 1) sorted by relevance
64 pub struct CMutex<T> { struct73 impl<T> CMutex<T> { argument119 unsafe impl<T: Send> Send for CMutex<T> {} implementation120 unsafe impl<T: Send> Sync for CMutex<T> {} implementation